diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 192c4dc..709e20e 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -3,7 +3,7 @@ COPY . src RUN cd src && make bin -FROM docker.io/ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb +FROM docker.io/ubuntu:26.04@sha256:678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="github-runner" LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 5b62d7a..d8b8f27 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -3,7 +3,7 @@ COPY . src RUN cd src && make bin -FROM docker.io/ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb +FROM docker.io/ubuntu:26.04@sha256:678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="github-runner" LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"