Skip to content

Commit

Permalink
Bump library/node from 22.6.0-slim to 22.9.0-slim
Browse files Browse the repository at this point in the history
Bumps library/node from 22.6.0-slim to 22.9.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 julianwiedmann committed Oct 3, 2024
1 parent a628954 commit edd7c72
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:22.6.0-slim@sha256:0419dfdd085a0e6e52921b8ba952ea8c3317d7e0382a16c63b1d40ce5e8c0cea
FROM docker.io/library/node:22.9.0-slim@sha256:903eaf1ae555002624d07066b7ce506dc2fb67b6da3121255b40ff4dc8e7e1b8
RUN npm install -g [email protected] \
&& apt-get update \
&& apt-get upgrade -y \
Expand Down

0 comments on commit edd7c72

Please sign in to comment.