Skip to content

Commit

Permalink
Wiremock 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sichapman authored Oct 17, 2024
1 parent 6f28bf1 commit 1c465d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/wiremock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/eclipse-temurin:21-jre-ubi9-minimal

ARG WM_VERSION=3.6.0
ARG WM_VERSION=3.9.1

RUN mkdir -p /wiremock/mappings && cd /wiremock && \
curl -sSL -o wiremock.jar https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/$WM_VERSION/wiremock-standalone-$WM_VERSION.jar
Expand Down

0 comments on commit 1c465d8

Please sign in to comment.