Skip to content

Commit 7555e71

Browse files
authored
use v0.4.0 CLI (prefixed tag support)
1 parent cba6841 commit 7555e71

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.3.1
6+
# Download version v0.4.0
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/181257914" && \
9+
./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/182114439" && \
1010
chmod +x github-next-semantic-version
1111

1212
COPY entrypoint.sh /

0 commit comments

Comments
 (0)