Skip to content

Commit

Permalink
chore(deps): pin node.js to 2d07db0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kenany committed Sep 18, 2024
1 parent bfc8361 commit d2b2ea4
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:lts-alpine AS build
FROM node:lts-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 AS build

ENV NODE_ENV=development
ENV NEXT_TELEMETRY_DISABLED=1
Expand All @@ -18,7 +18,7 @@ RUN npm prune --production

# ---------------

FROM node:lts-alpine
FROM node:lts-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03

ENV NODE_ENV=production
ENV API_PORT=3001
Expand Down

0 comments on commit d2b2ea4

Please sign in to comment.