Skip to content

Commit

Permalink
chore(deps): update node.js to 09dbe0a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent cd68cac commit eef46b4
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:09dbe0a53523c2482d85a037efc6b0e8e8bb16c6f1acf431fe36aa0ebc871c06 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:09dbe0a53523c2482d85a037efc6b0e8e8bb16c6f1acf431fe36aa0ebc871c06 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:09dbe0a53523c2482d85a037efc6b0e8e8bb16c6f1acf431fe36aa0ebc871c06 AS runner

WORKDIR /app
ENV NODE_ENV production
Expand Down

0 comments on commit eef46b4

Please sign in to comment.