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 Oct 2, 2024
1 parent 2883a62 commit ef7b60a
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:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a
FROM docker.io/ubuntu:24.04@sha256:c838b564c4f32429d13b6c7727b95a778d8584ef11ca32a0d9faed2554c7a285
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:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a
FROM docker.io/ubuntu:24.04@sha256:c838b564c4f32429d13b6c7727b95a778d8584ef11ca32a0d9faed2554c7a285
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 ef7b60a

Please sign in to comment.