Skip to content

Commit

Permalink
Update Node.js to 814a6dc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 0af12d2 commit 9c213bf
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:84bb4077fd52933a935e7057ba9991e7cb18487b0ba444835dd44975aa94b7b2 AS builder
FROM --platform=linux/amd64 node:21@sha256:814a6dc5bfd4ecc5ef24652f6b4f2790e9f3552b52ee38a7b51fc4d4c0d6d7fd 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:84bb4077fd52933a935e7057ba9991e7cb18487b0ba444835dd44975aa94b7b2 AS runner
FROM --platform=linux/amd64 node:21@sha256:814a6dc5bfd4ecc5ef24652f6b4f2790e9f3552b52ee38a7b51fc4d4c0d6d7fd AS runner

WORKDIR /app

Expand Down

0 comments on commit 9c213bf

Please sign in to comment.