Skip to content

Commit

Permalink
[DCJ-400-docker]: Bump node from 22.11.0 to 22.12.0 in the docker-dep…
Browse files Browse the repository at this point in the history
…endencies group (#2748)

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 Dec 9, 2024
1 parent b9c97e7 commit 470ec0e
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 @@
# builder image
FROM node:22.11.0 AS builder
FROM node:22.12.0 AS builder
LABEL maintainer="[email protected]"

# set working directory
Expand Down

0 comments on commit 470ec0e

Please sign in to comment.