We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8965521 + 494a3a2 commit bedd646Copy full SHA for bedd646
gitea_compose/Dockerfile.aarch64
@@ -1,6 +1,6 @@
1
#该镜像版本默认安装的glibc不满足egui要求的最低版本,所以使用rust镜像并安装gtk依赖
2
#FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5
3
-FROM arm64v8/rust:1.74.0
+FROM arm64v8/rust:1.76.0
4
5
ENV DEBIAN_FRONTEND=noninteractive
6
gitea_compose/Dockerfile.amd64
-FROM amd64/rust:1.74.0
+FROM amd64/rust:1.76.0
0 commit comments