diff --git a/Dockerfile b/Dockerfile index b3ba433..9707a4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # --- base stage --- # -FROM alpine:3.19 AS base +FROM alpine:3.20 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update \