Skip to content

Commit

Permalink
Bump library/node from 21.1.0-slim to 21.3.0-slim
Browse files Browse the repository at this point in the history
Bumps library/node from 21.1.0-slim to 21.3.0-slim.

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ti-mo committed Dec 5, 2023
1 parent a01eb4a commit dd7db70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:21.1.0-slim@sha256:cba276a6db06f49c589bcea35c598b5a960880ed5631bd4407a61c414ec7a9b9
FROM docker.io/library/node:21.3.0-slim@sha256:8d66ff8ac7f7053d707de87bc86ebfe8b4052e4fc8a9d3195e8f8441a247bd70
RUN npm install -g json-server \
&& apt-get update \
&& apt-get upgrade -y \
Expand Down

0 comments on commit dd7db70

Please sign in to comment.