We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67596d3 commit f5f11f2Copy full SHA for f5f11f2
Dockerfile
@@ -3,10 +3,10 @@ FROM alpine:latest
3
RUN apk add git curl
4
COPY download.sh /app/bin/
5
6
-# Download version v0.2.1
+# Download version v0.2.2
7
RUN mkdir -p /app/bin && \
8
cd /app/bin && \
9
- ./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/171818257" && \
+ ./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/171889462" && \
10
chmod +x github-next-semantic-version
11
12
COPY entrypoint.sh /
0 commit comments