Skip to content

Commit 0942b8c

Browse files
committed
ci: Switch to using the same image for builds and Docker
1 parent b4b0b6a commit 0942b8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Linux builds
8686
- arch: amd64
87-
run_on: ubuntu-latest
87+
run_on: ubuntu-24.04
8888
os: linux
8989
target: x86_64-unknown-linux-gnu
9090
test: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It will then package that binary into the image, and use that as the entrypoint.
33
# This means that running `docker build` is not a repeatable way to build the same
44
# image, but the benefit is much faster cross-platform builds; a net win.
5-
FROM debian:bookworm-slim
5+
FROM ubuntu:24.04
66

77
LABEL org.opencontainers.image.source=https://github.com/SierraSoftworks/github-backup
88
LABEL org.opencontainers.image.description="Backup your GitHub repositories and releases automatically"

0 commit comments

Comments
 (0)