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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-07-30 12:02:21 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-09-07 15:56:27 +0300
commitec33dec1bf3edf6dac58556956664d84f6005aef (patch)
tree7dba83e14c74447c07493e515d3986999fd221a7
parent4963d1ac4cf333505ed8e87265b67ccbd530d51d (diff)
Dockerfile: Upgrade to Git v2.28.0
Upgrade the Git version used by our Dockerfile to v2.28.0.
-rw-r--r--Dockerfile2
-rw-r--r--changelogs/unreleased/pks-v2-28-0.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b82f3df34..66403d520 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
# See the _support/load-cluster/docker-compose.yml for an example of how to use
# this image
#
-FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.27
+FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.28
RUN mkdir -p /app/ruby
diff --git a/changelogs/unreleased/pks-v2-28-0.yml b/changelogs/unreleased/pks-v2-28-0.yml
new file mode 100644
index 000000000..7d8969ce5
--- /dev/null
+++ b/changelogs/unreleased/pks-v2-28-0.yml
@@ -0,0 +1,5 @@
+---
+title: Bump default Git version to v2.28.0
+merge_request: 2432
+author:
+type: added