diff --git a/Dockerfile b/Dockerfile index a87ced98..62df9ab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 7b091a72..6196174d 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -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: diff --git a/docker-compose-test.yml b/docker-compose-test.yml index 7c41782b..a3e8d04b 100644 --- a/docker-compose-test.yml +++ b/docker-compose-test.yml @@ -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: