Skip to content

Commit 8a76f12

Browse files
committed
point the docker file back at the master branch
1 parent 497145c commit 8a76f12

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ RUN wget https://github.com/benmcollins/libjwt/archive/v$LIBJWT_VERSION.zip && \
4646
# get our JWT module
4747
# change this to get a specific version?
4848
ARG TESLA_REPO_NAME=ngx-http-auth-jwt-module
49-
# this value should end with a trailing slash (or be blank)
50-
ARG TESLA_REPO_URL_PREFIX=joefitz/
51-
# this value should end with a trailing dash (or be blank)
52-
ARG TESLA_REPO_FILE_PREFIX=joefitz-
53-
ARG TESLA_REPO_FILENAME=match-rh-nginx110-version
49+
# ARG TESLA_REPO_URL_PREFIX=joefitz/
50+
# ARG TESLA_REPO_FILE_PREFIX=joefitz-
51+
# ARG TESLA_REPO_FILENAME=match-rh-nginx110-version
52+
ARG TESLA_REPO_URL_PREFIX=
53+
ARG TESLA_REPO_FILE_PREFIX=
54+
ARG TESLA_REPO_FILENAME=master
5455
ADD https://github.com/TeslaGov/$TESLA_REPO_NAME/archive/${TESLA_REPO_URL_PREFIX}${TESLA_REPO_FILENAME}.zip .
5556
RUN unzip ${TESLA_REPO_FILENAME}.zip && \
5657
rm ${TESLA_REPO_FILENAME}.zip && \

0 commit comments

Comments
 (0)