Skip to content

Commit bedd646

Browse files
author
黄顽强
committed
Merge branch 'issues/87-fix-github-action-failed' into 'master'
Resolve "修复 github action 打包失败" Closes #87 See merge request devtools/mgit!97
2 parents 8965521 + 494a3a2 commit bedd646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitea_compose/Dockerfile.aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#该镜像版本默认安装的glibc不满足egui要求的最低版本,所以使用rust镜像并安装gtk依赖
22
#FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5
3-
FROM arm64v8/rust:1.74.0
3+
FROM arm64v8/rust:1.76.0
44

55
ENV DEBIAN_FRONTEND=noninteractive
66

gitea_compose/Dockerfile.amd64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#该镜像版本默认安装的glibc不满足egui要求的最低版本,所以使用rust镜像并安装gtk依赖
22
#FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5
3-
FROM amd64/rust:1.74.0
3+
FROM amd64/rust:1.76.0
44

55
ENV DEBIAN_FRONTEND=noninteractive
66

0 commit comments

Comments
 (0)