Skip to content

Commit

Permalink
Bump library/node in the docker group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update in the / directory: library/node.


Updates `library/node` from 22-bookworm to 23-bookworm

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 2e0b0d2 commit bc9034c
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,7 +1,7 @@
# syntax=docker/dockerfile:1

# -✂- this stage is used to develop and build the application locally -------------------------------------------------
FROM docker.io/library/node:22-bookworm AS develop
FROM docker.io/library/node:23-bookworm AS develop

# install Go using the official image
COPY --from=docker.io/library/golang:1.23-bookworm /usr/local/go /usr/local/go
Expand Down

0 comments on commit bc9034c

Please sign in to comment.