mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #3150 from sachilles/upgrade-to-18.2.2-1
Upgrade GitLab CE to 18.2.2 - Add missing changes
This commit is contained in:
commit
3f10d339b1
@ -8,6 +8,7 @@ gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list of chan
|
||||
- gitlab: upgrade CE to v18.2.2
|
||||
- gitaly: upgrade to v18.2.2
|
||||
- gitlab-pages: upgrade to v18.2.2
|
||||
- golang: upgrade to v1.24.6
|
||||
- ubuntu: upgrade to noble-20250716
|
||||
|
||||
## 18.2.1
|
||||
|
||||
@ -6,7 +6,7 @@ ENV GITLAB_VERSION=${VERSION} \
|
||||
RUBY_VERSION=3.2.9 \
|
||||
RUBY_SOURCE_SHA256SUM="abbad98db9aeb152773b0d35868e50003b8c467f3d06152577c4dfed9d88ed2a" \
|
||||
RUBYGEMS_VERSION=3.7.1 \
|
||||
GOLANG_VERSION=1.24.5 \
|
||||
GOLANG_VERSION=1.24.6 \
|
||||
GITLAB_SHELL_VERSION=14.43.0 \
|
||||
GITLAB_PAGES_VERSION=18.2.2 \
|
||||
GITALY_SERVER_VERSION=18.2.2 \
|
||||
|
||||
@ -20,7 +20,7 @@ services:
|
||||
|
||||
gitlab:
|
||||
restart: always
|
||||
image: sameersbn/gitlab:18.2.1
|
||||
image: sameersbn/gitlab:18.2.2
|
||||
depends_on:
|
||||
- redis
|
||||
- postgresql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user