Skip to content

Commit f7210ce

Browse files
chore(deps): bump node in the all-docker group
Bumps the all-docker group with 1 update: node. Updates `node` from 22-alpine to 23-alpine --- updated-dependencies: - dependency-name: node dependency-type: direct:production dependency-group: all-docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64ce9f0 commit f7210ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image for Node.js applications with PNPM setup
2-
FROM node:22-alpine AS base
2+
FROM node:23-alpine AS base
33

44
# Metadata for the image
55
LABEL maintainer="[email protected]"

0 commit comments

Comments
 (0)