Skip to content

Commit

Permalink
Nginx bump 1.27.2 (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat authored Oct 24, 2024
1 parent ef5dbc4 commit f804668
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 @@ -123,7 +123,7 @@ CMD ["/bin/bash", "bin/run-worker.sh"]
# phraseanet-nginx
#########################################################################

FROM nginx:1.17.8-alpine AS phraseanet-nginx
FROM nginx:1.27.2-alpine AS phraseanet-nginx
RUN adduser --uid 1000 --disabled-password app
RUN apk add --update apache2-utils \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit f804668

Please sign in to comment.