Skip to content

Commit

Permalink
🔀 Merge pull request #48 from Bloom-Perf/renovate/node-22
Browse files Browse the repository at this point in the history
⬆️ Update Node.js to 99981c3
  • Loading branch information
be-next authored Jan 11, 2025
2 parents 8ebcb8f + 4636668 commit 0f468a8
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:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc AS builder
FROM --platform=linux/amd64 node:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 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:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc AS runner
FROM --platform=linux/amd64 node:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS runner

WORKDIR /app

Expand Down

0 comments on commit 0f468a8

Please sign in to comment.