Skip to content

Commit

Permalink
Bump docker.io/ubuntu image from 24.04 to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] authored and dghubble committed Oct 26, 2024
1 parent bb3531b commit b397b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY . src
RUN cd src && make bin


FROM docker.io/ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
FROM docker.io/ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
LABEL maintainer="Dalton Hubble <[email protected]>"
LABEL org.opencontainers.image.title="github-runner"
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY . src
RUN cd src && make bin


FROM docker.io/ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
FROM docker.io/ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5
LABEL maintainer="Dalton Hubble <[email protected]>"
LABEL org.opencontainers.image.title="github-runner"
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
Expand Down

0 comments on commit b397b41

Please sign in to comment.