diff --git a/Dockerfile b/Dockerfile index 85ff0e3..8c0a6f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build environment -FROM node:20-alpine as build +FROM node:22-alpine as build WORKDIR /app COPY . . RUN yarn install --frozen-lockfile diff --git a/compose-dev.yml b/compose-dev.yml index b397753..d1ae0e5 100644 --- a/compose-dev.yml +++ b/compose-dev.yml @@ -4,7 +4,7 @@ x-react-volumes: &react-volumes services: front: container_name: reactapp - image: node:20 + image: node:22 hostname: front profiles: - dev