Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/gdk
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-20 21:07:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-20 21:07:41 +0300
commitc90ed875f94865271555a9088a12f8c4e73c4c44 (patch)
treee2f385930f4d4681921af3ff5c5d3f7b2de1d70c /qa/gdk
parent41c4d7ff2a0d8b6f19bd9c836e9632cf39b4eb0c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/gdk')
-rw-r--r--qa/gdk/Dockerfile.gdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/gdk/Dockerfile.gdk b/qa/gdk/Dockerfile.gdk
index 6952267ad9c..2b5b1137641 100644
--- a/qa/gdk/Dockerfile.gdk
+++ b/qa/gdk/Dockerfile.gdk
@@ -4,7 +4,7 @@
ARG BASE_TAG=master
-FROM registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-slim-ruby-3.0-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-yarn-1.22 as gdk-base
+FROM registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-slim-ruby-3.1-golang-1.19-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-yarn-1.22 as gdk-base
RUN set -eux; \
groupadd gdk -g 1000; \