Skip to content

Commit

Permalink
fix: use ubi9/nginx-120
Browse files Browse the repository at this point in the history
ubi8/nginx-120 has been deprecated long time ago. ubi9/nginx-120 is
actively maintained.

refs: LINK-2221
  • Loading branch information
voneiden committed Jan 14, 2025
1 parent d65f145 commit e6e049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN yarn generate-robots
RUN yarn compress

# =============================
FROM registry.access.redhat.com/ubi8/nginx-120 AS production
FROM registry.access.redhat.com/ubi9/nginx-120 AS production
# =============================
USER root

Expand Down

0 comments on commit e6e049c

Please sign in to comment.