Skip to content

Commit

Permalink
fix: Make sure that release are created properly
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Apr 1, 2024
1 parent c397122 commit 3728655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ARG WIREMOCK_VERSION

# we remove the official standalone jar to reduce image size and download our own file
RUN rm /var/wiremock/lib/*.jar && \
curl -fL "https://github.com/holomekc/wiremock/releases/download/$WIREMOCK_VERSION-ui/wiremock-standalone-$WIREMOCK_VERSION.jar" -o /var/wiremock/lib/wiremock.jar
curl -fL "https://github.com/holomekc/wiremock/releases/download/$WIREMOCK_VERSION/wiremock-standalone-$WIREMOCK_VERSION.jar" -o /var/wiremock/lib/wiremock.jar
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ARG WIREMOCK_VERSION

# we remove the official standalone jar to reduce image size and download our own file
RUN rm /var/wiremock/lib/*.jar
RUN curl -fL "https://github.com/holomekc/wiremock/releases/download/$WIREMOCK_VERSION-ui/wiremock-standalone-$WIREMOCK_VERSION.jar" -o /var/wiremock/lib/wiremock.jar
RUN curl -fL "https://github.com/holomekc/wiremock/releases/download/$WIREMOCK_VERSION/wiremock-standalone-$WIREMOCK_VERSION.jar" -o /var/wiremock/lib/wiremock.jar

0 comments on commit 3728655

Please sign in to comment.