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
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
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments