Skip to content

Commit

Permalink
chore(deps): pin node.js to b9ccc4a (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored Mar 26, 2024
1 parent c3693a6 commit 412b7ee
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 node:21 AS build
FROM node:21@sha256:b9ccc4aca32eebf124e0ca0fd573dacffba2b9236987a1d4d2625ce3c162ecc8 AS build

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ COPY . .
RUN npm run build
RUN npm prune --production

FROM node:21 AS run
FROM node:21@sha256:b9ccc4aca32eebf124e0ca0fd573dacffba2b9236987a1d4d2625ce3c162ecc8 AS run

ENV NODE_ENV=production

Expand Down

0 comments on commit 412b7ee

Please sign in to comment.