Skip to content

Commit

Permalink
Use version 1.1.1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed Apr 6, 2021
1 parent a7ab003 commit ccb258a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ RUN mkdir /dist && mkdir -p /var/tmp
COPY download.sh /dist/download.sh
COPY entrypoint.sh /dist/entrypoint.sh

ENV DEFAULT_VERSION="1.1.0"
ENV DEFAULT_VERSION="1.1.1"
ENTRYPOINT [ "/dist/entrypoint.sh" ]

0 comments on commit ccb258a

Please sign in to comment.