mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add a way to pin RubyGems and pin to 3.2
This commit is contained in:
parent
44254ea95d
commit
a00159f06f
5 changed files with 25 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ gitlab:
|
|||
- .build_and_push
|
||||
stage: gitlab
|
||||
variables:
|
||||
RUBYGEMS: '3.2'
|
||||
LFS: '2.9'
|
||||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
|
|
@ -23,6 +24,7 @@ gitlab-assets:
|
|||
- .build_and_push
|
||||
stage: gitlab-assets
|
||||
variables:
|
||||
RUBYGEMS: '3.2'
|
||||
LFS: '2.9'
|
||||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue