Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
bump version of strichliste from 1.6.1 to 1.6.2
  • Loading branch information
CptPie authored Jul 22, 2019
1 parent f72bd2d commit 44d8773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk --no-cache add ca-certificates \

RUN mkdir /source
WORKDIR /source
RUN curl -Lo strichliste.tar.gz https://github.com/strichliste/strichliste/releases/download/v1.6.1/strichliste.tar.gz
RUN curl -Lo strichliste.tar.gz https://github.com/strichliste/strichliste/releases/download/v1.6.2/strichliste.tar.gz
RUN tar -xf strichliste.tar.gz
RUN rm -r strichliste.tar.gz

Expand Down

0 comments on commit 44d8773

Please sign in to comment.