Skip to content

Commit 5a78808

Browse files
Bump docker.io/ubuntu image from 24.04 to 24.04
1 parent a4a5559 commit 5a78808

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COPY . src
33
RUN cd src && make bin
44

55

6-
FROM docker.io/ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
6+
FROM docker.io/ubuntu:24.04@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b
77
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
88
LABEL org.opencontainers.image.title="github-runner"
99
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COPY . src
33
RUN cd src && make bin
44

55

6-
FROM docker.io/ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
6+
FROM docker.io/ubuntu:24.04@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b
77
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
88
LABEL org.opencontainers.image.title="github-runner"
99
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"

0 commit comments

Comments
 (0)