Skip to content

Commit

Permalink
dev: Update to NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Nov 22, 2023
1 parent c4382d4 commit fda833c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
user: $USER

bundler:
image: node:18-alpine
image: node:20-alpine
restart: unless-stopped
command: npm run watch
working_dir: /app
Expand Down
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later

# Build the assets
FROM node:alpine AS assets
FROM node:20-alpine AS assets

WORKDIR /app
COPY package*.json /app
Expand Down

0 comments on commit fda833c

Please sign in to comment.