diff --git a/Dockerfile b/Dockerfile index ab4b0e89..faac7ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-alpine AS builder +FROM golang:1.22.2-alpine AS builder WORKDIR $GOPATH/src/dependabot-circleci COPY . . ARG VERSION=1.0.0