diff --git a/Dockerfile b/Dockerfile index 08826297..514a110b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download -json # Build the docker-gen executable RUN CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen ./cmd/docker-gen -FROM alpine:3.13 +FROM alpine:3.14.2 LABEL maintainer="Jason Wilder "