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
2
2
3
3
LABEL maintainer=
"Ben Green <[email protected] >" \
4
4
org.label-schema.name="Nginx Proxy" \
@@ -32,7 +32,8 @@ RUN apk -U upgrade \
32
32
curl \
33
33
gomplate=${GOMPLATE_VERSION} \
34
34
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/*
36
37
37
38
COPY ./overlay /
38
39
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ RUN apk -U upgrade \
32
32
curl \
33
33
gomplate=${GOMPLATE_VERSION} \
34
34
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/*
36
37
37
38
COPY ./overlay /
38
39
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