Merge pull request #1924 from guiand888/patch-1

Update Dockerfile to Alpine 3.16
This commit is contained in:
Olaoluwa Osuntokun 2023-01-05 18:02:47 -08:00 committed by GitHub
commit 977712a094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ RUN set -ex \
&& echo "Compiling for $GOARCH" \
&& go install -v . ./cmd/...
FROM $ARCH/alpine:3.12
FROM $ARCH/alpine:3.16
COPY --from=build-container /go/bin /bin