From 279eef30b317a6a1db8cefaea383457e6172d143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 03:19:15 -0300 Subject: [PATCH] chore(deps): update node.js to f99a6bd (#341) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cce58ab..124ec25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # The image is built with official Node 20 on Debian Bookworm (LTS Iron) image and uses the Distroless base image for security and minimalism. # Stage 1: Build Environment -FROM node:iron-bookworm@sha256:a7a3b7ec6de4b11bb2d673b31de9d28c6da09c557ee65453672c8e4f754c23fc AS build-env +FROM node:iron-bookworm@sha256:f99a6bd6fb137cfc683e1ff60e7d67aa8d5fcf45a6a64c01c37b4f433a6238b6 AS build-env USER root # 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. # This user is used to run the Ghost application in the container for security reasons.