Skip to content

Commit 0c7e365

Browse files
authored
update gh runners version (#3411)
Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
1 parent ca65c1e commit 0c7e365

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cluster/images/splice-test-docker-runner/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Note that we don't currently support arm64 runners, so we build this only for amd64
2-
FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.328.0@sha256:db0dcae6d28559e54277755a33aba7d0665f255b3bd2a66cdc5e132712f155e0
2+
FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.330.0@sha256:ee54ad8776606f29434f159196529b7b9c83c0cb9195c1ff5a7817e7e570dcfe
33

4-
LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.328.0"
4+
LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.330.0"
55
#Ideally, we'd reduce duplication between this and splice-test-ci, but we're not tackling that right now
66

77
RUN sudo apt-get update && \
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Note that we don't currently support arm64 runners, so we build this only for amd64
2-
FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.328.0@sha256:db0dcae6d28559e54277755a33aba7d0665f255b3bd2a66cdc5e132712f155e0
2+
FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.330.0@sha256:ee54ad8776606f29434f159196529b7b9c83c0cb9195c1ff5a7817e7e570dcfe
33

4-
LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.328.0"
4+
LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.230.0"
55

66
COPY target/index.js /home/runner/k8s/index.js
77
COPY target/LICENSE .

0 commit comments

Comments
 (0)