We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3c259 commit 9453a7aCopy full SHA for 9453a7a
Dockerfile
@@ -6,7 +6,7 @@
6
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
7
# Represents the plataform where the build is happening, do not mix with
8
# TARGETARCH
9
-FROM docker.io/library/node:23.5.0-slim@sha256:682fa023644199a084456630af5a29cd76e42d26b3355f1d9cd65ae00e49951e
+FROM docker.io/library/node:23.6.0-slim@sha256:80771d2da8830f3678923d1db960bda80b52e06ab1c59f25cb52e14bd927f2f2
10
RUN npm install -g [email protected] \
11
&& apt-get update \
12
&& apt-get upgrade -y \
0 commit comments