We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ecbbbe + db21290 commit 0ab6200Copy full SHA for 0ab6200
2 files changed
Changelog.md
@@ -7,6 +7,8 @@ This file only reflects the changes that are made in this image. Please refer to
7
- gitlab: upgrade CE to v17.4.2
8
- gitaly: upgrade to v17.4.2
9
- gitlab-pages: upgrade to v17.4.2
10
+- golang: upgrade to v1.23.2
11
+- ubuntu: upgrade to focal-20240918
12
13
**17.4.1**
14
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM ubuntu:focal-20240530
+FROM ubuntu:focal-20240918
2
3
ARG VERSION=17.4.2
4
5
ENV GITLAB_VERSION=${VERSION} \
6
RUBY_VERSION=3.2.5 \
RUBY_SOURCE_SHA256SUM="ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16" \
RUBYGEMS_VERSION=3.5.14 \
- GOLANG_VERSION=1.23.1 \
+ GOLANG_VERSION=1.23.2 \
GITLAB_SHELL_VERSION=14.39.0 \
GITLAB_PAGES_VERSION=17.4.2 \
GITALY_SERVER_VERSION=17.4.2 \
0 commit comments