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 47c4b7a commit 3e072b7Copy full SHA for 3e072b7
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.5.3
+# Download version v0.7.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/183066274" github-next-semantic-version && \
+ ./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/205232095" github-next-semantic-version && \
10
chmod +x github-next-semantic-version
11
12
COPY entrypoint.sh /
0 commit comments