diff --git a/Dockerfile b/Dockerfile index 2fef4baa..9ea717a5 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.19.1 +FROM alpine:3.20.3 COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=build /popeye/execs/popeye /bin/popeye