Skip to content

Commit

Permalink
- fix checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Dec 11, 2024
1 parent 210b40c commit 3600c4b
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 @@ -15,7 +15,7 @@ RUN composer install \

### FRONTEND ###
# https://hub.docker.com/_/node/tags
FROM node:22.6.0-bullseye-slim@sha256:a4b9a4773f239be06956f24fdf0b371ef87da3ad2d3eb877669254da947fa8 AS frontend
FROM node:22.6.0-bullseye-slim@sha256:a4b9a4773f239be06956f24fdf0b371ef87da3ad2d3eb877669254da947fa8b2 AS frontend

WORKDIR /app_frontend_dependencies

Expand Down

0 comments on commit 3600c4b

Please sign in to comment.