Skip to content

Commit 6c9f328

Browse files
chore(deps): update node.js to v24
1 parent c9dd318 commit 6c9f328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The image is built with official Node 22 on Debian Bookworm (LTS Jod) image and uses the Distroless base image for security and minimalism.
33

44
# Stage 1: Build Environment
5-
FROM node:jod-bookworm@sha256:23c24e85395992be118734a39903e08c8f7d1abc73978c46b6bda90060091a49 AS build-env
5+
FROM node:^24.0.0-bookworm@sha256:06e54ecf113a30f0ff9a1d309866a5924d3bda4389eab11a0e1e92f3251d915d AS build-env
66
USER root
77
# Create a new user and group named "nonroot" with the UID 65532 and GID 65532, not a member of the root, sudo, and sys groups, and set the home directory to /home/nonroot.
88
# This user is used to run the Ghost application in the container for security reasons.

0 commit comments

Comments
 (0)