Merge pull request #179 from jduepmeier/update-dockerfile

Update alpine base image to 3.16
This commit is contained in:
yxxhero 2022-06-24 16:01:43 +08:00 committed by GitHub
commit 505fff245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN make static-linux
# -----------------------------------------------------------------------------
FROM alpine:3.13
FROM alpine:3.16
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile