[CP][mod] switched nginx to stable-alpine and updated certbot to 1.16.0

(cherry picked from commit da5642b80f)
This commit is contained in:
2021-07-02 16:04:15 -04:00
parent b960cb5acf
commit f8a61b11ea
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM certbot/certbot:v1.12.0
FROM certbot/certbot:v1.16.0
ARG USER_UUID=12000
ARG USER_GUID=12000
@@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh
USER $USER_NAME
ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]

View File

@@ -1,4 +1,4 @@
FROM nginx:1.18-alpine
FROM nginx:stable-alpine
ARG USER_UUID=12000
ARG USER_GUID=12000

View File

@@ -1,4 +1,4 @@
FROM nginx:1.18-alpine
FROM nginx:stable-alpine
ARG USER_UUID=12000
ARG USER_GUID=12000