diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 9917d45..4a532ff 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -3,7 +3,7 @@ COPY . src RUN cd src && make bin -FROM docker.io/ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 +FROM docker.io/ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c 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 15eb7fb..029fc9e 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -3,7 +3,7 @@ COPY . src RUN cd src && make bin -FROM docker.io/ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 +FROM docker.io/ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="github-runner" LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"