diff --git a/Dockerfile b/Dockerfile index 2e235218..0e8f80d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk --no-cache add make git gcc libc-dev curl ca-certificates binutils-gold # ----------------------------------------------------------------------------- # Image... -FROM alpine:3.21.3 +FROM alpine:3.22.0 COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=build /popeye/execs/popeye /bin/popeye