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 Dec 10, 2024
1 parent b1ebfa6 commit 0446ebc
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:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
FROM docker.io/ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
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:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
FROM docker.io/ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
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 0446ebc

Please sign in to comment.