Skip to content

Commit 8dc3cdc

Browse files
Bump docker.io/ubuntu image from 24.04 to v26
1 parent 61f4bac commit 8dc3cdc

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:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
6+
FROM docker.io/ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64
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:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
6+
FROM docker.io/ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64
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)