diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM golang:alpine3.14 AS binarybuilder +FROM golang:alpine3.17 AS binarybuilder RUN apk --no-cache --no-progress add --virtual \ build-deps \ build-base \ @@ -11,7 +11,7 @@ COPY . . RUN ./docker/build/install-task.sh RUN TAGS="cert pam" task build -FROM alpine:3.14 +FROM alpine:3.17 RUN apk --no-cache --no-progress add \ bash \ ca-certificates \ |