Skip to content

Commit

Permalink
Update nginx base image from 1.23 to 1.25 (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Mar 25, 2024
1 parent e19f717 commit 40d3393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY client/web/antrea-ui .
ARG NODE_ENV=production
RUN yarn build

FROM nginxinc/nginx-unprivileged:1.23
FROM nginxinc/nginx-unprivileged:1.25

COPY --from=build-web /app/build /app
COPY build/scripts/nginx-reloader.sh /docker-entrypoint.d/99-nginx-reloader.sh

0 comments on commit 40d3393

Please sign in to comment.