Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Nov 14, 2023
1 parent 6f7523e commit fa1a27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:1.23.2
FROM nginx:1.25.3

RUN apt-get update && apt-get install -y vim nano python3-certbot-nginx --fix-missing
RUN apt-get update && apt-get install -y vim python3-certbot-nginx --fix-missing

ADD nginx.conf /etc/nginx/nginx.conf
ADD ssl /etc/nginx/ssl
Expand Down

0 comments on commit fa1a27f

Please sign in to comment.