diff --git a/Dockerfile b/Dockerfile index e93b0ac..fa8ba4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. # Represents the plataform where the build is happening, do not mix with # TARGETARCH -FROM docker.io/library/node:22.9.0-slim@sha256:6e6df5c992a4b2ca100d9f99f2fff6e1bc7a978c60c39630a2390adbbc7b332b +FROM docker.io/library/node:23.0.0-slim@sha256:2f8a0ee6cde665b282cdb1e1b563f2f4330d021acd9aa21a61d501fa93c256ce RUN npm install -g json-server@v0.17.4 \ && apt-get update \ && apt-get upgrade -y \