Skip to content

Commit

Permalink
chore(deps): update node.js to 99f3452 (#927)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 682073f commit 5f2d00f
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,5 +1,5 @@
# Builder
FROM node:20.9.0-slim@sha256:3e3c22e030c25395a11f498983e246e660679f29d66002598cda5c1560be3854 AS builder
FROM node:20.9.0-slim@sha256:99f3452abd6b90465cd52cf87d4349316fa6ece7715637a3d0fc1363eec0d43a AS builder
WORKDIR /app

RUN apt-get update \
Expand All @@ -21,7 +21,7 @@ COPY ./tsconfig.json rollup.config.js ./
RUN npm run rollup:build

# Runner
FROM node:20.9.0-slim@sha256:3e3c22e030c25395a11f498983e246e660679f29d66002598cda5c1560be3854 AS runner
FROM node:20.9.0-slim@sha256:99f3452abd6b90465cd52cf87d4349316fa6ece7715637a3d0fc1363eec0d43a AS runner
WORKDIR /app

RUN apt-get update \
Expand Down

0 comments on commit 5f2d00f

Please sign in to comment.