Skip to content

Commit

Permalink
use v0.4.0 CLI (prefixed tag support)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-marty authored Oct 27, 2024
1 parent cba6841 commit 7555e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM alpine:latest
RUN apk add git curl
COPY download.sh /app/bin/

# Download version v0.3.1
# Download version v0.4.0
RUN mkdir -p /app/bin && \
cd /app/bin && \
./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" && \
chmod +x github-next-semantic-version

COPY entrypoint.sh /
Expand Down

0 comments on commit 7555e71

Please sign in to comment.