Skip to content
Snippets Groups Projects
Unverified Commit ba1f36d0 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

Merge pull request #413 from hedgedoc/renovate/node-16.19.1-bullseye-slim

chore(deps): update node.js to 15ea844
parents 733d2d73 33b4c5eb
No related branches found
No related tags found
No related merge requests found
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 # Build arguments to change source url, branch or tag
ARG CODIMD_REPOSITORY ARG CODIMD_REPOSITORY
...@@ -30,7 +30,7 @@ RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn \ ...@@ -30,7 +30,7 @@ RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn \
yarn install --production=false --frozen-lockfile --network-timeout 1000000 --prefer-offline yarn install --production=false --frozen-lockfile --network-timeout 1000000 --prefer-offline
RUN yarn run build 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 WORKDIR /hedgedoc
ENV NODE_ENV=production ENV NODE_ENV=production
...@@ -46,7 +46,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \ ...@@ -46,7 +46,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn \ RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn \
yarn install --production=true --frozen-lockfile --network-timeout 1000000 --prefer-offline 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 WORKDIR /hedgedoc
ARG UID=10000 ARG UID=10000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment