File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# Licensed under the GNU Affero General Public License (AGPL).
33# See License.AGPL.txt in the project root for license information.
44
5- FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.3
5+ FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.4
66
77USER root
88RUN apk --no-cache add sudo bash \
Original file line number Diff line number Diff line change 55FROM cgr.dev/chainguard/wolfi-base:latest@sha256:815b27b8a70713c70404e44a718eddd52ea6f4a2bfad5f56455b52cd2789a9b2 as dl
66WORKDIR /dl
77RUN apk add --no-cache curl file \
8- && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.6 /runc.amd64 \
8+ && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.8 /runc.amd64 \
99 && chmod +x runc.amd64 \
1010 && if ! file runc.amd64 | grep -iq "ELF 64-bit LSB pie executable" ; then echo "runc.amd64 is not a binary file" ; exit 1;fi
1111
You can’t perform that action at this time.
0 commit comments