diff --git a/Dockerfile b/Dockerfile index fec36ab..66c4b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on leightweight node alpine image -FROM node:22.13.1-alpine +FROM node:23.7.0-alpine # Provide git cli as interface to project repository RUN apk add --no-cache git