[CP][mod] switched nginx to stable-alpine and updated certbot to 1.16.0
(cherry picked from commit da5642b80f)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM certbot/certbot:v1.12.0
|
FROM certbot/certbot:v1.16.0
|
||||||
|
|
||||||
ARG USER_UUID=12000
|
ARG USER_UUID=12000
|
||||||
ARG USER_GUID=12000
|
ARG USER_GUID=12000
|
||||||
@@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh
|
|||||||
|
|
||||||
USER $USER_NAME
|
USER $USER_NAME
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:1.18-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
ARG USER_UUID=12000
|
ARG USER_UUID=12000
|
||||||
ARG USER_GUID=12000
|
ARG USER_GUID=12000
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:1.18-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
ARG USER_UUID=12000
|
ARG USER_UUID=12000
|
||||||
ARG USER_GUID=12000
|
ARG USER_GUID=12000
|
||||||
|
|||||||
Reference in New Issue
Block a user