Skip to content

Commit

Permalink
chore(deps): update node.js to b64ced2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent a34753a commit f5e0dda
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:22.11.0-alpine@sha256:f8c7230e119ab657a4adda992f7dad2b2b068029c7710f53d930673a8eb2a1e8 AS build-runner
FROM node:22.11.0-alpine@sha256:b64ced2e7cd0a4816699fe308ce6e8a08ccba463c757c00c14cd372e3d2c763e AS build-runner

WORKDIR /app
COPY package*.json .
Expand All @@ -8,7 +8,7 @@ COPY tsconfig.json .
RUN npm run build
RUN npm prune --omit=dev

FROM node:22.11.0-alpine@sha256:f8c7230e119ab657a4adda992f7dad2b2b068029c7710f53d930673a8eb2a1e8
FROM node:22.11.0-alpine@sha256:b64ced2e7cd0a4816699fe308ce6e8a08ccba463c757c00c14cd372e3d2c763e

RUN apk add --no-cache tini
WORKDIR /app
Expand Down

0 comments on commit f5e0dda

Please sign in to comment.