Skip to content

Commit

Permalink
chore(deps): update node.js to 6ce211b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent cd68cac commit 4bbd8e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:20-alpine@sha256:bf77dc26e48ea95fca9d1aceb5acfa69d2e546b765ec2abfb502975f1a2d4def AS dev
FROM node:20-alpine@sha256:6ce211be2226e86d61413dc19f11cab7ab96205837811c6356881a4157cea0c5 AS dev

RUN apk add --no-cache zsh=5.9-r2 curl=8.5.0-r0 wget=1.21.4-r0 git=2.43.0-r0 openssh=9.6_p1-r0 && \
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && \
rm -rf /var/cache/apk/*

FROM node:20-alpine@sha256:bf77dc26e48ea95fca9d1aceb5acfa69d2e546b765ec2abfb502975f1a2d4def AS builder
FROM node:20-alpine@sha256:6ce211be2226e86d61413dc19f11cab7ab96205837811c6356881a4157cea0c5 AS builder

ENV NEXT_TELEMETRY_DISABLED 1
WORKDIR /app
Expand All @@ -28,7 +28,7 @@ RUN npm run validateBuild && \
npm prune --production


FROM node:20-alpine@sha256:bf77dc26e48ea95fca9d1aceb5acfa69d2e546b765ec2abfb502975f1a2d4def AS runner
FROM node:20-alpine@sha256:6ce211be2226e86d61413dc19f11cab7ab96205837811c6356881a4157cea0c5 AS runner

WORKDIR /app
ENV NODE_ENV production
Expand Down

0 comments on commit 4bbd8e6

Please sign in to comment.