Skip to content

Commit

Permalink
Merge pull request #1359 from devinit/upgrade/nginx
Browse files Browse the repository at this point in the history
Upgrade nginx to 1.24.0
  • Loading branch information
ThatcherK authored Nov 22, 2023
2 parents bb724c6 + 6737e06 commit a46b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.11.12
FROM nginx:1.24.0

RUN apt-get update -qqy && apt-get -qqy install curl runit wget unzip cron && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
Expand Down

0 comments on commit a46b334

Please sign in to comment.