Bump Dockerfile to alpine 3.22 (#2205)
Bump Alpine to 3.22 Signed-off-by: Ori Shamir <orishamir04@gmail.com>
This commit is contained in:
parent
3a5c57e144
commit
70205ac9ce
|
|
@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH}
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.22
|
||||||
|
|
||||||
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