diff --git a/Dockerfile b/Dockerfile index 8904c2bac..d6de6c179 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # --- base stage --- # -FROM alpine:3.17 AS base +FROM alpine:3.18 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update nodejs