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