Skip to content

Commit

Permalink
⬆️ Update Node.js to fa54405
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 0f468a8 commit 10ea1da
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:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS builder
FROM --platform=linux/amd64 node:22@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 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:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS runner
FROM --platform=linux/amd64 node:22@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 AS runner

WORKDIR /app

Expand Down

0 comments on commit 10ea1da

Please sign in to comment.