Merge pull request #179 from jduepmeier/update-dockerfile
Update alpine base image to 3.16
This commit is contained in:
commit
505fff245c
|
|
@ -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
|
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue