Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2023-05-20 18:07:41 +00:00
parent 41c4d7ff2a
commit c90ed875f9
1 changed files with 1 additions and 1 deletions

View File

@ -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; \