Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 5f6b5ab commit 1bdff99
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:18.17.0-alpine as builder
FROM node:20.5.0-alpine as builder

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ COPY tsconfig.json .

RUN yarn package

FROM node:18.17.0-alpine as runner
FROM node:20.5.0-alpine as runner

# hadolint ignore=DL3018
RUN apk update && \
Expand Down

0 comments on commit 1bdff99

Please sign in to comment.