Skip to content

Commit 4fe508b

Browse files
committed
⬆️(docker) upgrade nginx image to last version
We want to upgrade the frontend image using the last nginx version available in order to remove some fixed in version 1.29.7
1 parent 487d0b1 commit 4fe508b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ COPY --from=impress-builder /home/frontend/apps/impress/out /app
6060
FROM ${FRONTEND_IMAGE} AS frontend-source
6161

6262
# ---- Front-end image ----
63-
FROM nginxinc/nginx-unprivileged:alpine3.22 AS frontend-production
63+
FROM nginxinc/nginx-unprivileged:alpine3.23 AS frontend-production
6464

6565
# Upgrade system packages to install security updates
6666
USER root

0 commit comments

Comments
 (0)