Skip to content

Commit ce906b2

Browse files
committed
Fix version to v3.6
Could use in later version edge of alpine official library that support multi-arch for armhf.
1 parent de9911b commit ce906b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/manifest/base.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
image: gitea/gitea-base:latest
22
manifests:
3-
- image: alpine:latest
3+
- image: alpine:3.6
44
platform:
55
architecture: amd64
66
os: linux
7-
- image: multiarch/alpine:x86-latest-stable
7+
- image: multiarch/alpine:x86-v3.6
88
platform:
99
architecture: 386
1010
os: linux
11-
- image: multiarch/alpine:armhf-latest-stable
11+
- image: multiarch/alpine:armhf-v3.6
1212
platform:
1313
architecture: arm
1414
os: linux
15-
- image: multiarch/alpine:aarch64-latest-stable
15+
- image: multiarch/alpine:aarch64-v3.6
1616
platform:
1717
architecture: arm64
1818
os: linux

0 commit comments

Comments
 (0)