Skip to content

Commit

Permalink
Bump node from 20.2.0-slim to 20.3.0-slim (#2341)
Browse files Browse the repository at this point in the history
Bumps node from 20.2.0-slim to 20.3.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 Jun 16, 2023
1 parent 2f0f560 commit 5171755
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:20.2.0-slim AS dependencies
FROM node:20.3.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 5171755

Please sign in to comment.