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:
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