Skip to content

Commit f650690

Browse files
geroplona-agent
andauthored
Bump alpine&runc versions (#21142)
* [image-builder-bob] Bump buildkit alpine 3.22 -> 3.22.2 Co-authored-by: Ona <[email protected]> * [ws-daemon] Bump runc binary from 1.2.6 -> 1.2.8 --------- Co-authored-by: Ona <[email protected]>
1 parent 8e02e09 commit f650690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/image-builder-bob/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
USER root
88
RUN apk --no-cache add sudo bash \

components/ws-daemon/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:815b27b8a70713c70404e44a718eddd52ea6f4a2bfad5f56455b52cd2789a9b2 as dl
66
WORKDIR /dl
77
RUN 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

0 commit comments

Comments
 (0)