Skip to content

Commit

Permalink
Update Node.js to 6b5c0da
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 1c33b47 commit 0a7f09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:21@sha256:bc56c8da9f3e892e2697e37db775c42c52abee85c6c035f21587fa509be76d76 AS builder
FROM --platform=linux/amd64 node:21@sha256:6b5c0daae8d06fc0da5a9bb835b3403654b466a956309e4e806f6a8da8d9807c AS builder

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ RUN npm run build
# Production deployment
# TODO: Should use a bundler

FROM --platform=linux/amd64 node:21@sha256:bc56c8da9f3e892e2697e37db775c42c52abee85c6c035f21587fa509be76d76 AS runner
FROM --platform=linux/amd64 node:21@sha256:6b5c0daae8d06fc0da5a9bb835b3403654b466a956309e4e806f6a8da8d9807c AS runner

WORKDIR /app

Expand Down

0 comments on commit 0a7f09b

Please sign in to comment.