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 e3c2f35 commit dcba82eCopy full SHA for dcba82e
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:22.3.0-slim@sha256:295b31cee5e8cddb5c521b8faff5791e47894d0e39e8a4824e77b06cdfccb4a4
+FROM docker.io/library/node:22.4.1-slim@sha256:14e3e539464a5a77bb5fd8f613cbd54d1842a900e7f4ce06f47e42f6a89a83e4
10
RUN npm install -g [email protected] \
11
&& apt-get update \
12
&& apt-get upgrade -y \
0 commit comments