Use alpine:3.12 instead of edge

This commit is contained in:
Julian Ospald 2020-09-21 12:23:14 +02:00
parent 05cc55c52d
commit 5da5fabfef
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ variables:
BIT: "64" BIT: "64"
.alpine:64bit: .alpine:64bit:
image: "alpine:edge" image: "alpine:3.12"
tags: tags:
- x86_64-linux - x86_64-linux
variables: variables:
@ -25,7 +25,7 @@ variables:
BIT: "64" BIT: "64"
.alpine:32bit: .alpine:32bit:
image: "i386/alpine:edge" image: "i386/alpine:3.12"
tags: tags:
- x86_64-linux - x86_64-linux
variables: variables: