File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- FROM bcgdesign/nginx:alpine-3.13-1.2.2
1+ FROM bcgdesign/nginx:alpine-3.13-1.2.4
22
33LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44 org.label-schema.name="Nginx Proxy" \
@@ -32,7 +32,8 @@ RUN apk -U upgrade \
3232 curl \
3333 gomplate=${GOMPLATE_VERSION} \
3434 openssl \
35- && rm -rf /var/cache/apk/* /etc/nginx/sites /www/* /tmp/*
35+ && mv /etc/nginx/sites/localhost.conf /etc/nginx/http.d/default.conf \
36+ && rm -rf /var/cache/apk/* /etc/nginx/sites /tmp/*
3637
3738COPY ./overlay /
3839
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ RUN apk -U upgrade \
3232 curl \
3333 gomplate=${GOMPLATE_VERSION} \
3434 openssl \
35- && rm -rf /var/cache/apk/* /etc/nginx/sites /www/* /tmp/*
35+ && mv /etc/nginx/sites/localhost.conf /etc/nginx/http.d/default.conf \
36+ && rm -rf /var/cache/apk/* /etc/nginx/sites /tmp/*
3637
3738COPY ./overlay /
3839
Original file line number Diff line number Diff line change 1- 1.2.7
1+ 1.2.8
You can’t perform that action at this time.
0 commit comments