File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list of chan
8
8
- gitlab: upgrade CE to v18.2.2
9
9
- gitaly: upgrade to v18.2.2
10
10
- gitlab-pages: upgrade to v18.2.2
11
+ - golang: upgrade to v1.24.6
11
12
- ubuntu: upgrade to noble-20250716
12
13
13
14
## 18.2.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV GITLAB_VERSION=${VERSION} \
6
6
RUBY_VERSION=3.2.9 \
7
7
RUBY_SOURCE_SHA256SUM="abbad98db9aeb152773b0d35868e50003b8c467f3d06152577c4dfed9d88ed2a" \
8
8
RUBYGEMS_VERSION=3.7.1 \
9
- GOLANG_VERSION=1.24.5 \
9
+ GOLANG_VERSION=1.24.6 \
10
10
GITLAB_SHELL_VERSION=14.43.0 \
11
11
GITLAB_PAGES_VERSION=18.2.2 \
12
12
GITALY_SERVER_VERSION=18.2.2 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
21
21
gitlab :
22
22
restart : always
23
- image : sameersbn/gitlab:18.2.1
23
+ image : sameersbn/gitlab:18.2.2
24
24
depends_on :
25
25
- redis
26
26
- postgresql
You can’t perform that action at this time.
0 commit comments