From 33b4c5eb2ec2e5aa5d6756b27691f34d6deb8306 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 23 Mar 2023 19:47:52 +0000
Subject: [PATCH] chore(deps): update node.js to 15ea844

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 debian/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/Dockerfile b/debian/Dockerfile
index cb3822e..b4c72a4 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=$BUILDPLATFORM node:16.19.1-bullseye-slim@sha256:436e2855e142a6e29b9b2bfd72d7b8fc661509bdaf886d3bad44f791ba2c1eeb AS builder
+FROM --platform=$BUILDPLATFORM node:16.19.1-bullseye-slim@sha256:15ea844ec458ab40d10cd469352b86d82e16c3919fd1660bbfbec565fb6853a5 AS builder
 
 # Build arguments to change source url, branch or tag
 ARG CODIMD_REPOSITORY
@@ -30,7 +30,7 @@ RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn \
     yarn install --production=false --frozen-lockfile --network-timeout 1000000 --prefer-offline
 RUN yarn run build
 
-FROM node:16.19.1-bullseye-slim@sha256:436e2855e142a6e29b9b2bfd72d7b8fc661509bdaf886d3bad44f791ba2c1eeb AS modules-installer
+FROM node:16.19.1-bullseye-slim@sha256:15ea844ec458ab40d10cd469352b86d82e16c3919fd1660bbfbec565fb6853a5 AS modules-installer
 WORKDIR /hedgedoc
 
 ENV NODE_ENV=production
@@ -46,7 +46,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
 RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn \
     yarn install --production=true --frozen-lockfile --network-timeout 1000000 --prefer-offline
 
-FROM node:16.19.1-bullseye-slim@sha256:436e2855e142a6e29b9b2bfd72d7b8fc661509bdaf886d3bad44f791ba2c1eeb AS app
+FROM node:16.19.1-bullseye-slim@sha256:15ea844ec458ab40d10cd469352b86d82e16c3919fd1660bbfbec565fb6853a5 AS app
 WORKDIR /hedgedoc
 
 ARG UID=10000
-- 
GitLab