File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
splice-test-docker-runner Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
77RUN sudo apt-get update && \
Original file line number Diff line number Diff line change 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
66COPY target/index.js /home/runner/k8s/index.js
77COPY target/LICENSE .
You can’t perform that action at this time.
0 commit comments