Skip to content
Open
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
2 changes: 1 addition & 1 deletion ops/docker/github-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARG RUNNER_VERSION=2.333.0@sha256:1ad983536759ceec39ed75a2c8f007ca8c37b66eee35ed86f13623b29a4db97d
ARG RUNNER_VERSION=2.333.1@sha256:b57864c9fcda15ea4a270446aa9cfb108b819a26f6e71fc515f6caf6c27989c6
FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION} AS runner

LABEL maintainer="Ryan Grippeling <ryan@webgrip.nl>" \
Expand Down
4 changes: 2 additions & 2 deletions ops/docker/php-ci-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_IMAGE=composer:2@sha256:f0809732b2188154b3faa8e44ab900595acb0b09cd0aa6c34e798efe4ebc9021
ARG PHP_IMAGE=php:8.5-cli@sha256:2d7a7e055947c398314250fb6d657c85979872c44ce9912b9dc9d1456439b0b3
ARG COMPOSER_IMAGE=composer:2@sha256:698d3801b2a622ace460c4743c781282fcbcb733a4cbf8b31c44731e846585e8
ARG PHP_IMAGE=php:8.5-cli@sha256:b9c653147b524c0abbd10a3d0a0bf9bdef3fdb4ba90e52f3262fb44c8557f04f

FROM ${COMPOSER_IMAGE} AS composer
FROM ${PHP_IMAGE}
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/rust-ci-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN rustup default ${RUST_VERSION} \
# ────────────────────────────────────────────────────────────────
# 2️⃣ Runtime / CI stage – tiny Debian image
# ────────────────────────────────────────────────────────────────
ARG DEBIAN_BASE=debian:bookworm-slim@sha256:74d56e3931e0d5a1dd51f8c8a2466d21de84a271cd3b5a733b803aa91abf4421
ARG DEBIAN_BASE=debian:bookworm-slim@sha256:4724b8cc51e33e398f0e2e15e18d5ec2851ff0c2280647e1310bc1642182655d
FROM ${DEBIAN_BASE} AS final

# 2.1 Runtime **and** build tools (gcc, make, pkg-config, OpenSSL headers)
Expand Down
Loading