Skip to content

Commit

Permalink
feat: update all components
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswooz committed Oct 2, 2023
1 parent 15a1919 commit 05c8780
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 @@ -82,7 +82,7 @@ RUN set -ex; \
ninja -C build install
# Build slirp4netns
WORKDIR /
ARG SLIRP4NETNS_VERSION=v1.2.1
ARG SLIRP4NETNS_VERSION=v1.2.2
RUN git clone --branch $SLIRP4NETNS_VERSION https://github.com/rootless-containers/slirp4netns.git
WORKDIR /slirp4netns
RUN set -ex; \
Expand Down Expand Up @@ -153,7 +153,7 @@ COPY --from=runc /usr/local/bin/runc /usr/local/bin/runc

# Download crun
FROM gpg AS crun
ARG CRUN_VERSION=1.8.7
ARG CRUN_VERSION=1.9.2
RUN set -ex; \
wget -O /usr/local/bin/crun https://github.com/containers/crun/releases/download/$CRUN_VERSION/crun-${CRUN_VERSION}-linux-amd64-disable-systemd; \
chmod +x /usr/local/bin/crun; \
Expand Down

0 comments on commit 05c8780

Please sign in to comment.