Skip to content

Commit

Permalink
Upgrade Nginx Docker Version
Browse files Browse the repository at this point in the history
Old Nginx docker image has compatibility issues with current
debian package manager. Therefore upgrade the image to the latest
version.

Signed-off-by: xichen1 <[email protected]>
  • Loading branch information
xichen1 committed May 7, 2023
1 parent 09bda57 commit 2f6867e
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 2f6867e

Please sign in to comment.