Skip to content

Commit

Permalink
Use non-deprecated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahoney committed Sep 13, 2024
1 parent ebc9897 commit 524dfdb
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,8 +3,8 @@ FROM eclipse-temurin:11.0.24_8-jre
LABEL maintainer="Rodolphe CHAIGNEAU <rodolphe.chaigneau@gmail.com>"

ARG WIREMOCK_VERSION=3.9.1
ENV WIREMOCK_VERSION $WIREMOCK_VERSION
ENV GOSU_VERSION 1.17
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION
ENV GOSU_VERSION=1.17

WORKDIR /home/wiremock

Expand Down

0 comments on commit 524dfdb

Please sign in to comment.