Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswooz committed Dec 13, 2023
1 parent 6779b72 commit 0d22f1a
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 @@ -51,7 +51,7 @@ RUN set -ex; \

# CNI plugins
FROM podmanbuildbase AS cniplugins
ARG CNI_PLUGIN_VERSION=v1.3.0
ARG CNI_PLUGIN_VERSION=v1.4.0
RUN git clone --branch=${CNI_PLUGIN_VERSION} https://github.com/containernetworking/plugins /go/src/github.com/containernetworking/plugins
WORKDIR /go/src/github.com/containernetworking/plugins
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.9.2
ARG CRUN_VERSION=1.12
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 0d22f1a

Please sign in to comment.