diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-17 09:09:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-17 09:09:24 +0000 |
commit | 877f19a2a14088de365f16ff4f95e5a8d96f8726 (patch) | |
tree | 1eea037ce2a7f64565ada9d8060d3684eb22bc22 /.gitlab-ci.yml | |
parent | 4f45a841a19e1d2ec32d3c0dd256978251c11061 (diff) | |
download | gitlab-ce-877f19a2a14088de365f16ff4f95e5a8d96f8726.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa901463d1..891551cd41e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: # in cases where jobs require Docker-in-Docker, the job # definition must be extended with `.use-docker-in-docker` default: - image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36" + image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36" tags: - gitlab-org # All jobs are interruptible by default |