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