Skip to content

Commit

Permalink
Bump node from 22.8.0-slim to 22.9.0-slim (#2687)
Browse files Browse the repository at this point in the history
Bumps node from 22.8.0-slim to 22.9.0-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent aa0042c commit 5585e20
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
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM node:22.8.0-slim AS dependencies
FROM node:22.9.0-slim AS dependencies
WORKDIR /usr/src/client
RUN --mount=type=cache,id=client:/var/cache/apt,target=/var/cache/apt \
--mount=type=cache,id=client:/var/lib/apt/lists,target=/var/lib/apt/lists \
Expand Down

0 comments on commit 5585e20

Please sign in to comment.