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

This commit is contained in:
2021-07-02 16:02:59 -04:00
parent e4d912106d
commit da5642b80f
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