Skip to content

Commit

Permalink
Renovate Update Node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 2106624 commit 3410bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine as asset-env
FROM node:21-alpine as asset-env

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion service-front/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9-alpine
FROM node:21.1-alpine

RUN apk add --no-cache \
chromium \
Expand Down

0 comments on commit 3410bce

Please sign in to comment.