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 cba6841 commit 7555e71Copy full SHA for 7555e71
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.3.1
+# Download version v0.4.0
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/181257914" && \
+ ./download.sh "https://api.github.com/repos/fabien-marty/github-next-semantic-version/releases/182114439" && \
10
chmod +x github-next-semantic-version
11
12
COPY entrypoint.sh /
0 commit comments