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.
d114420
cba276a
1 parent 1eddb20 commit a30eb26Copy full SHA for a30eb26
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:21.1.0-slim@sha256:d1144205c1f72a9788d42ba0b899a9fa26fc5e2d87993084b7ed1b59da5ea7b7
+FROM docker.io/library/node:21.1.0-slim@sha256:cba276a6db06f49c589bcea35c598b5a960880ed5631bd4407a61c414ec7a9b9
10
RUN npm install -g json-server \
11
&& apt-get update \
12
&& apt-get upgrade -y \
0 commit comments