Skip to content

Commit

Permalink
Merge pull request #459 from hedgedoc/renovate/docker.io-library-node…
Browse files Browse the repository at this point in the history
…-20.5.0-bullseye-slim

chore(deps): update node.js to 336eb17
  • Loading branch information
renovate[bot] authored Jul 28, 2023
2 parents 6e6f4a2 + f298cf6 commit 8733dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.5.0-bullseye-slim@sha256:3cc8f96a3221e17dc49a2fda43849166128277c0ae98425102107efd7124877b AS builder
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.5.0-bullseye-slim@sha256:336eb176d37030cc09157bd37a2fb45a0a841e425232c71483d9cd6b37c3ee9e AS builder

# Build arguments to change source url, branch or tag
ARG CODIMD_REPOSITORY
Expand Down Expand Up @@ -29,7 +29,7 @@ WORKDIR /hedgedoc
RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn yarn install --immutable
RUN yarn run build

FROM docker.io/library/node:20.5.0-bullseye-slim@sha256:3cc8f96a3221e17dc49a2fda43849166128277c0ae98425102107efd7124877b AS modules-installer
FROM docker.io/library/node:20.5.0-bullseye-slim@sha256:336eb176d37030cc09157bd37a2fb45a0a841e425232c71483d9cd6b37c3ee9e AS modules-installer
WORKDIR /hedgedoc

ENV NODE_ENV=production
Expand All @@ -44,7 +44,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \

RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn yarn workspaces focus --production

FROM docker.io/library/node:20.5.0-bullseye-slim@sha256:3cc8f96a3221e17dc49a2fda43849166128277c0ae98425102107efd7124877b AS app
FROM docker.io/library/node:20.5.0-bullseye-slim@sha256:336eb176d37030cc09157bd37a2fb45a0a841e425232c71483d9cd6b37c3ee9e AS app

LABEL org.opencontainers.image.title='HedgeDoc production image(debian)'
LABEL org.opencontainers.image.url='https://hedgedoc.org'
Expand Down

0 comments on commit 8733dd9

Please sign in to comment.