diff --git a/Dockerfile b/Dockerfile index b572dee..8a0db66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on leightweight node alpine image -FROM node:22.14.0-alpine +FROM node:23.0.0-alpine # Provide git cli as interface to project repository RUN apk add --no-cache git