Skip to content

Commit

Permalink
Use the gcc:9 image for gitlab-ci builds.
Browse files Browse the repository at this point in the history
Specify an explicit version of the base container image for more
repeatable results. Note that this will need to be bumped periodically.

Signed-off-by: Marvin Scholz <[email protected]>
  • Loading branch information
rillian committed May 4, 2020
1 parent 40ee6d1 commit fbc3a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc
image: gcc:9

autotools:
stage: build
Expand Down

0 comments on commit fbc3a7b

Please sign in to comment.