Skip to content

Commit 2f3cf0e

Browse files
Bump docker.io/ubuntu image from 26.04 to 26.04
1 parent 4c1b510 commit 2f3cf0e

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