Skip to content

Commit

Permalink
Update Node.js to ecc9a25 (#1235)
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 Mar 20, 2024
1 parent f3431ff commit ae430f9
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.11.0-slim@sha256:2f451571a2e424b7aed654ca404331bf1ebf1ae3b4794bef0618d123d7a670e4 AS builder
FROM node:20.11.0-slim@sha256:ecc9a2581f8588014a49a523a9ed146d27963f6d988d11bd16bbdcb3598f5f98 AS builder
WORKDIR /build

# install OpenSSL
Expand All @@ -16,7 +16,7 @@ COPY . .
RUN npm run build

# Runner
FROM node:20.11.0-slim@sha256:2f451571a2e424b7aed654ca404331bf1ebf1ae3b4794bef0618d123d7a670e4 AS runner
FROM node:20.11.0-slim@sha256:ecc9a2581f8588014a49a523a9ed146d27963f6d988d11bd16bbdcb3598f5f98 AS runner
WORKDIR /app

# hadolint ignore=DL3008
Expand Down

0 comments on commit ae430f9

Please sign in to comment.