Skip to content

Commit b174dbc

Browse files
committed
update nginx to openresty image
1 parent 069af19 commit b174dbc

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

cache-nginx/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
FROM nginx:alpine@sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8
2-
RUN apk update && apk add python3
3-
COPY entrypoint.py /docker-entrypoint.d/999-cache-nginx-py.sh
1+
FROM ghcr.io/cloudwebmanage/cwm-iac-openresty:08370351309932e3feba7de76114b9fb416b114d
2+
COPY entrypoint.py /docker-entrypoint.d/999-cache-nginx.py

tenant-nginx/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
FROM nginx:alpine@sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8
2-
RUN apk update && apk add python3
3-
COPY entrypoint.py /docker-entrypoint.d/999-tenant-nginx-py.sh
1+
FROM ghcr.io/cloudwebmanage/cwm-iac-openresty:08370351309932e3feba7de76114b9fb416b114d
2+
COPY entrypoint.py /docker-entrypoint.d/999-tenant-nginx.py

0 commit comments

Comments
 (0)