Skip to content

Commit 3e072b7

Browse files
authored
bump binary version
1 parent 47c4b7a commit 3e072b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ FROM alpine:latest
33
RUN apk add git curl
44
COPY download.sh /app/bin/
55

6-
# Download version v0.5.3
6+
# Download version v0.7.2
77
RUN mkdir -p /app/bin && \
88
cd /app/bin && \
9-
./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/183066274" github-next-semantic-version && \
9+
./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/205232095" github-next-semantic-version && \
1010
chmod +x github-next-semantic-version
1111

1212
COPY entrypoint.sh /

0 commit comments

Comments
 (0)