Skip to content
Snippets Groups Projects
Verified Commit 2ef043de authored by Ralph Giles's avatar Ralph Giles
Browse files

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.
parent 355d7e97
No related branches found
No related tags found
No related merge requests found
Pipeline #2289 passed
......@@ -4,9 +4,10 @@ build:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- alpine
- docker
image: alpine:3.12
stage: build
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment