diff --git a/components/image-builder-bob/leeway.Dockerfile b/components/image-builder-bob/leeway.Dockerfile index 4027cc8e6b77d3..f337022597c688 100644 --- a/components/image-builder-bob/leeway.Dockerfile +++ b/components/image-builder-bob/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.3 +FROM ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.4 USER root RUN apk --no-cache add sudo bash \ diff --git a/components/ws-daemon/leeway.Dockerfile b/components/ws-daemon/leeway.Dockerfile index c6d31e23ec76f1..8f330cf18a7f88 100644 --- a/components/ws-daemon/leeway.Dockerfile +++ b/components/ws-daemon/leeway.Dockerfile @@ -5,7 +5,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:815b27b8a70713c70404e44a718eddd52ea6f4a2bfad5f56455b52cd2789a9b2 as dl WORKDIR /dl RUN apk add --no-cache curl file \ - && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.6/runc.amd64 \ + && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.8/runc.amd64 \ && chmod +x runc.amd64 \ && if ! file runc.amd64 | grep -iq "ELF 64-bit LSB pie executable"; then echo "runc.amd64 is not a binary file"; exit 1;fi