Skip to content

Commit cba6841

Browse files
authored
use v0.3 binary
1 parent b8007e2 commit cba6841

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

1212
COPY entrypoint.sh /

0 commit comments

Comments
 (0)