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:nginx-1.18.0-r1
1+ FROM bcgdesign/nginx:1.2.0
22
33LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44 org.label-schema.name="Nginx Proxy" \
@@ -27,11 +27,12 @@ ENV \
2727 # set to true to skip local HTTP token check
2828 GETSSL_SKIP_HTTP_TOKEN_CHECK="false"
2929
30+ ARG GOMPLATE_VERSION=3.8.0-r0
3031RUN apk -U upgrade \
3132 && apk add \
3233 bash \
3334 curl \
34- gomplate \
35+ gomplate=${GOMPLATE_VERSION} \
3536 openssl \
3637 && rm -rf /var/cache/apk/* /etc/nginx/sites /www/* /tmp/*
3738
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ ENV \
2727 # set to true to skip local HTTP token check
2828 GETSSL_SKIP_HTTP_TOKEN_CHECK="false"
2929
30+ ARG GOMPLATE_VERSION=3.8.0-r0
3031RUN apk -U upgrade \
3132 && apk add \
3233 bash \
3334 curl \
34- gomplate \
35+ gomplate=${GOMPLATE_VERSION} \
3536 openssl \
3637 && rm -rf /var/cache/apk/* /etc/nginx/sites /www/* /tmp/*
3738
Original file line number Diff line number Diff line change 1- 1.1.1
1+ 1.2.0
You can’t perform that action at this time.
0 commit comments