Skip to content

Commit

Permalink
Use version 2024_08_06.ee36266 from passt.
Browse files Browse the repository at this point in the history
  • Loading branch information
trentapple committed Aug 16, 2024
1 parent b44959b commit 9d4bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ FROM podmanbuildbase AS passt
WORKDIR /
RUN apk add --update --no-cache autoconf automake meson ninja linux-headers libcap-static libcap-dev clang llvm coreutils
# https://passt.top/passt/
ARG PASST_VERSION=2024_08_14.61c0b0d
ARG PASST_VERSION=2024_08_06.ee36266
RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$PASST_VERSION git://passt.top/passt
WORKDIR /passt
RUN set -ex; \
Expand Down

0 comments on commit 9d4bead

Please sign in to comment.