Skip to content

Commit 0ab6200

Browse files
authored
Merge pull request #3023 from sachilles/upgrade-assets-to-17.4.2
Upgrade golang and baseimage
2 parents 2ecbbbe + db21290 commit 0ab6200

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This file only reflects the changes that are made in this image. Please refer to
77
- gitlab: upgrade CE to v17.4.2
88
- gitaly: upgrade to v17.4.2
99
- gitlab-pages: upgrade to v17.4.2
10+
- golang: upgrade to v1.23.2
11+
- ubuntu: upgrade to focal-20240918
1012

1113
**17.4.1**
1214

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM ubuntu:focal-20240530
1+
FROM ubuntu:focal-20240918
22

33
ARG VERSION=17.4.2
44

55
ENV GITLAB_VERSION=${VERSION} \
66
RUBY_VERSION=3.2.5 \
77
RUBY_SOURCE_SHA256SUM="ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16" \
88
RUBYGEMS_VERSION=3.5.14 \
9-
GOLANG_VERSION=1.23.1 \
9+
GOLANG_VERSION=1.23.2 \
1010
GITLAB_SHELL_VERSION=14.39.0 \
1111
GITLAB_PAGES_VERSION=17.4.2 \
1212
GITALY_SERVER_VERSION=17.4.2 \

0 commit comments

Comments
 (0)