diff --git a/Dockerfile b/Dockerfile index a87ced981..62df9ab54 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 d737283b1..2e308138b 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 2803b8ed2..5463a75c0 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: