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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 00:14:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-11 00:14:41 +0300
commit853e0ceb61507ce55521776c84bc77b4e802c66e (patch)
tree97b0a26e438d6ef1579ebe7f65d4886f5dc7594d /qa
parent9dbe80c7d52d682aaf431790d9011d7c2912b85c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 9911d2a2930..54ae484e17a 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -1,9 +1,10 @@
ARG DOCKER_VERSION=24.0.5
ARG CHROME_VERSION=119
-ARG RUBY_VERSION=3.0
+ARG RUBY_VERSION=3.1
+ARG BUNDLER_VERSION=2.5
ARG QA_BUILD_TARGET=ee
-FROM registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-${RUBY_VERSION}:bundler-2.3-git-2.36-lfs-2.9-chrome-${CHROME_VERSION}-docker-${DOCKER_VERSION}-gcloud-383-kubectl-1.23 AS foss
+FROM registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-${RUBY_VERSION}:bundler-${BUNDLER_VERSION}-git-2.36-lfs-2.9-chrome-${CHROME_VERSION}-docker-${DOCKER_VERSION}-gcloud-383-kubectl-1.23 AS foss
LABEL maintainer="GitLab Quality Department <quality@gitlab.com>"
ENV DEBIAN_FRONTEND="noninteractive"