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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-05-03 22:45:28 +0300
committerSarah German <sgerman@gitlab.com>2023-05-03 22:45:28 +0300
commitc4726b3fb84d0aeda1376cd598ffb7dc0cf5113d (patch)
treeeecbb80c4227e40da44fd15c506797a0bd265113 /dockerfiles
parent85c0bc2e83214f47c1d733c2a939241891da4bf2 (diff)
Update project to Ruby 3.2.2
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/single.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index 5671da42..19f09062 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -3,7 +3,7 @@
# and rename it to X.Y.Dockerfile, where X.Y the major.minor GitLab version.
#
-FROM ruby:3.2.1-alpine3.17 as builder
+FROM ruby:3.2.2-alpine3.17 as builder
# Set versions as build args to fetch corresponding branches
ARG VER