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
2
2
3
3
LABEL maintainer=
"Ben Green <[email protected] >" \
4
4
org.label-schema.name="Nginx Proxy" \
@@ -27,11 +27,12 @@ ENV \
27
27
# set to true to skip local HTTP token check
28
28
GETSSL_SKIP_HTTP_TOKEN_CHECK="false"
29
29
30
+ ARG GOMPLATE_VERSION=3.8.0-r0
30
31
RUN apk -U upgrade \
31
32
&& apk add \
32
33
bash \
33
34
curl \
34
- gomplate \
35
+ gomplate=${GOMPLATE_VERSION} \
35
36
openssl \
36
37
&& rm -rf /var/cache/apk/* /etc/nginx/sites /www/* /tmp/*
37
38
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ ENV \
27
27
# set to true to skip local HTTP token check
28
28
GETSSL_SKIP_HTTP_TOKEN_CHECK="false"
29
29
30
+ ARG GOMPLATE_VERSION=3.8.0-r0
30
31
RUN apk -U upgrade \
31
32
&& apk add \
32
33
bash \
33
34
curl \
34
- gomplate \
35
+ gomplate=${GOMPLATE_VERSION} \
35
36
openssl \
36
37
&& rm -rf /var/cache/apk/* /etc/nginx/sites /www/* /tmp/*
37
38
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