Skip to content

Commit

Permalink
- change node version in prod Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Jan 22, 2024
1 parent b39ce7d commit 2b96999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN composer install \
--ignore-platform-reqs

### FRONTEND ###
FROM node:21.6.0-alpine3.18 as frontend
FROM node:21.6.0-bullseye-slim as frontend

WORKDIR /app_frontend_dependencies

Expand Down

0 comments on commit 2b96999

Please sign in to comment.