diff --git a/Dockerfile b/Dockerfile index 98fc795..9c0f820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # --- base stage --- # -FROM alpine:3.19 AS base +FROM alpine:3.20 AS base # Install nodejs RUN apk add --no-cache nodejs