We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b0b6a commit 0942b8cCopy full SHA for 0942b8c
2 files changed
.github/workflows/rust.yml
@@ -84,7 +84,7 @@ jobs:
84
85
# Linux builds
86
- arch: amd64
87
- run_on: ubuntu-latest
+ run_on: ubuntu-24.04
88
os: linux
89
target: x86_64-unknown-linux-gnu
90
test: true
Dockerfile
@@ -2,7 +2,7 @@
2
# It will then package that binary into the image, and use that as the entrypoint.
3
# This means that running `docker build` is not a repeatable way to build the same
4
# image, but the benefit is much faster cross-platform builds; a net win.
5
-FROM debian:bookworm-slim
+FROM ubuntu:24.04
6
7
LABEL org.opencontainers.image.source=https://github.com/SierraSoftworks/github-backup
8
LABEL org.opencontainers.image.description="Backup your GitHub repositories and releases automatically"
0 commit comments