Skip to content

Commit

Permalink
chore(chisel): upgrade to v0.8.1 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro authored Dec 14, 2023
1 parent 68d4b38 commit e17dd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG GROUP
ARG GID
ARG TARGETARCH
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
ADD https://github.com/canonical/chisel/releases/download/v0.8.0/chisel_v0.8.0_linux_${TARGETARCH}.tar.gz chisel.tar.gz
ADD https://github.com/canonical/chisel/releases/download/v0.8.1/chisel_v0.8.1_linux_${TARGETARCH}.tar.gz chisel.tar.gz
RUN tar -xvf chisel.tar.gz -C /usr/bin/
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates \
Expand Down

0 comments on commit e17dd0c

Please sign in to comment.