diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 192c4dc..2b90f56 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:6df9e8dd1eac389ebfef692c9648449adeb815d01e16e29cd6f3e50fe64ba9a6 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..05f6ad2 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:6df9e8dd1eac389ebfef692c9648449adeb815d01e16e29cd6f3e50fe64ba9a6 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="github-runner" LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"