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 May 6, 2023
1 parent b197d7c commit 33e52e3
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-alpine as web-builder
FROM node:20-alpine as web-builder

WORKDIR /app

Expand Down Expand Up @@ -29,7 +29,7 @@ RUN yum install -y git && \
chmod +x ./gradlew && \
./gradlew package

FROM node:18-alpine as runner
FROM node:20-alpine as runner

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

0 comments on commit 33e52e3

Please sign in to comment.