diff --git a/Dockerfile b/Dockerfile index 84be626f..48b6f0a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # --- base stage --- # -FROM alpine:3.18 AS base +FROM alpine:3.19 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update nodejs=18.18.2-r0