Skip to content

Commit 166483a

Browse files
chore(deps): update node.js to afff6d8 (#512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10bfde7 commit 166483a

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:d6ba961be11a08d00369a01dec7566fc8f2dd895a8edd5b983915123f0e81c63 AS build-env
5+
FROM node:jod-bookworm@sha256:afff6d8c97964a438d2e6a9c96509367e45d8bf93f790ad561a1eaea926303d9 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)