Skip to content

Commit

Permalink
chore(deps): update node.js to b09589d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent dd06c59 commit 1704c02
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.12.0-alpine@sha256:4a5468a23354839a70381edc2d44edd79d9de678914b86ecf176ead1f1169c22 AS build-runner
FROM node:22.12.0-alpine@sha256:b09589de497084c656bb7f05078860793d1dffc019bfd1d733cdc1404bff3d1e 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.12.0-alpine@sha256:4a5468a23354839a70381edc2d44edd79d9de678914b86ecf176ead1f1169c22
FROM node:22.12.0-alpine@sha256:b09589de497084c656bb7f05078860793d1dffc019bfd1d733cdc1404bff3d1e

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

0 comments on commit 1704c02

Please sign in to comment.