Skip to content

Commit

Permalink
Merge pull request #526 from xichen1/upgrade-nginx
Browse files Browse the repository at this point in the history
Upgrade Nginx Docker Image
  • Loading branch information
yeasy authored May 13, 2023
2 parents 09bda57 + 2f6867e commit 1ae158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_image/docker/common/nginx/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.15.7
FROM nginx:1.24.0

RUN apt-get update && apt-get install -y wget && \
apt-get autoclean && apt-get clean && apt-get autoremove && rm -rf /var/cache/apt/
Expand Down

0 comments on commit 1ae158a

Please sign in to comment.