Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.full
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# runner v2.325.0: https://github.com/actions/runner/pkgs/container/actions-runner
FROM ghcr.io/actions/actions-runner@sha256:deb54a88ead0a86beedec6ac949e8b28f77478835b9c6434ccc237390a6e3e4f
# runner v2.330.0: https://github.com/actions/runner/pkgs/container/actions-runner
FROM ghcr.io/actions/actions-runner@sha256:ee54ad8776606f29434f159196529b7b9c83c0cb9195c1ff5a7817e7e570dcfe

ARG KUBECTL_VERSION=1.25.16

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.minimal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# runner v2.325.0: https://github.com/actions/runner/pkgs/container/actions-runner
FROM ghcr.io/actions/actions-runner@sha256:deb54a88ead0a86beedec6ac949e8b28f77478835b9c6434ccc237390a6e3e4f
# runner v2.330.0: https://github.com/actions/runner/pkgs/container/actions-runner
FROM ghcr.io/actions/actions-runner@sha256:ee54ad8776606f29434f159196529b7b9c83c0cb9195c1ff5a7817e7e570dcfe

USER root

Expand Down
Loading