Merge pull request #46349 from thaJeztah/update_crun
Dockerfile: update crun binary to v1.8.7
This commit is contained in:
commit
26a9d6474a
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ FROM binary-dummy AS rootlesskit-windows
|
|||
FROM rootlesskit-${TARGETOS} AS rootlesskit
|
||||
|
||||
FROM base AS crun
|
||||
ARG CRUN_VERSION=1.4.5
|
||||
ARG CRUN_VERSION=1.8.7
|
||||
RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt \
|
||||
--mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt \
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
|
Loading…
Add table
Reference in a new issue