Skip to content

Commit 3f10d33

Browse files
authored
Merge pull request sameersbn#3150 from sachilles/upgrade-to-18.2.2-1
Upgrade GitLab CE to 18.2.2 - Add missing changes
2 parents dc0e41c + 272c868 commit 3f10d33

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list of chan
88
- gitlab: upgrade CE to v18.2.2
99
- gitaly: upgrade to v18.2.2
1010
- gitlab-pages: upgrade to v18.2.2
11+
- golang: upgrade to v1.24.6
1112
- ubuntu: upgrade to noble-20250716
1213

1314
## 18.2.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GITLAB_VERSION=${VERSION} \
66
RUBY_VERSION=3.2.9 \
77
RUBY_SOURCE_SHA256SUM="abbad98db9aeb152773b0d35868e50003b8c467f3d06152577c4dfed9d88ed2a" \
88
RUBYGEMS_VERSION=3.7.1 \
9-
GOLANG_VERSION=1.24.5 \
9+
GOLANG_VERSION=1.24.6 \
1010
GITLAB_SHELL_VERSION=14.43.0 \
1111
GITLAB_PAGES_VERSION=18.2.2 \
1212
GITALY_SERVER_VERSION=18.2.2 \

contrib/docker-swarm/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
gitlab:
2222
restart: always
23-
image: sameersbn/gitlab:18.2.1
23+
image: sameersbn/gitlab:18.2.2
2424
depends_on:
2525
- redis
2626
- postgresql

0 commit comments

Comments
 (0)