Skip to content

Commit 2af810d

Browse files
authored
v1.2.0 (#7)
Major updates * Update to Alpine S6 1.2.0 * Update to latest Nginx build Build updates * Adding gomplate version Documentation updates * Adding tables to README
1 parent 016c891 commit 2af810d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:nginx-1.18.0-r1
1+
FROM bcgdesign/nginx:1.2.0
22

33
LABEL maintainer="Ben Green <[email protected]>" \
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
3031
RUN 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

Dockerfile-automated

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3031
RUN 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0

0 commit comments

Comments
 (0)