Skip to content

Commit

Permalink
chore(deps): bumps CLI to v0.34.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Oct 26, 2023
1 parent 6ebeca0 commit 5962fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV IMPOSTER_VERSION="${IMPOSTER_VERSION}" \
IMPOSTER_ENGINE=unpacked \
IMPOSTER_JVM_DISTRODIR=/opt/imposter

ARG IMPOSTER_CLI_VERSION="0.33.0"
ARG IMPOSTER_CLI_VERSION="0.34.1"
ADD https://github.com/gatehill/imposter-cli/releases/download/v${IMPOSTER_CLI_VERSION}/imposter_${IMPOSTER_CLI_VERSION}_linux_amd64.tar.gz /tmp/imposter-cli/imposter.tar.gz

RUN cd /tmp/imposter-cli && \
Expand Down

0 comments on commit 5962fc5

Please sign in to comment.