Skip to content

Commit

Permalink
chore: update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 8, 2022
1 parent bb60af3 commit 62fd1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:11-slim
ARG VERSION=0.4.4
ARG VERSION=0.5.0
WORKDIR /app
RUN apt-get update && apt-get install -y curl openssl && \
RUN apt-get update && apt-get install -y curl && \
curl -L -o pact-stub-server.gz https://github.com/uglyog/pact-stub-server/releases/download/v$VERSION/pact-stub-server-linux-x86_64.gz && \
gunzip pact-stub-server.gz && \
chmod +x pact-stub-server && \
Expand Down

0 comments on commit 62fd1ac

Please sign in to comment.