Skip to content

Commit c55cd7d

Browse files
chore(deps): update node.js to 02dcb90
1 parent f411047 commit c55cd7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-trixie@sha256:abd317c0935f185cfdb4767699e86ee916acee8b90435ac6d70e6d881a44375c AS build-env
5+
FROM node:jod-trixie@sha256:02dcb90372351fd217d1a968d2d57e823b632208e575f2a407b36bb59ab2c1b5 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.

Dockerfile-dev

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 Trixie (LTS Jod) and uses the Distroless base image for security and minimalism.
33

44
# Stage 1: Build Environment
5-
FROM node:jod-trixie@sha256:abd317c0935f185cfdb4767699e86ee916acee8b90435ac6d70e6d881a44375c AS build-env
5+
FROM node:jod-trixie@sha256:02dcb90372351fd217d1a968d2d57e823b632208e575f2a407b36bb59ab2c1b5 AS build-env
66
USER root
77
# Installs dependencies for sqlite3 node dependencies
88
RUN apt update && \

0 commit comments

Comments
 (0)