Skip to content

Commit

Permalink
chore(deps): update node.js to v20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2023
1 parent 27fcda5 commit 2d013c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.1.0-alpine AS builder
FROM node:20.2.0-alpine AS builder
ENV NODE_ENV production
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
CORS_ALLOW_ORIGINS: http://localhost:3000

frontend:
image: node:20.1.0-alpine
image: node:20.2.0-alpine
working_dir: /app
command: ['npm', 'run', 'start']
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
CORS_ALLOW_ORIGINS: http://localhost:3001

frontend:
image: node:20.1.0-alpine
image: node:20.2.0-alpine
working_dir: /app
command: ['npm', 'run', 'start']
ports:
Expand Down

0 comments on commit 2d013c8

Please sign in to comment.