1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

gitlab-ci: Fix build environment.

Replace the `alpine` tag with an explicit `alpine` container
version. This will dispatch on the currently available ci
runners in the upstream gitlab repository.

We prefer an explicit version so we have more control over
updates to the testing environment. This will need to be
bumped periodically.
This commit is contained in:
Ralph Giles 2020-12-03 15:54:28 -08:00
parent 355d7e976b
commit 2ef043decf
No known key found for this signature in database
GPG Key ID: 9259A8F2D2D44C84

View File

@ -4,9 +4,10 @@ build:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- alpine
- docker
image: alpine:3.12
stage: build
before_script: