mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Upgrade golang and baseimage
This commit is contained in:
parent
2ecbbbe163
commit
db212908ec
@ -7,6 +7,8 @@ This file only reflects the changes that are made in this image. Please refer to
|
||||
- gitlab: upgrade CE to v17.4.2
|
||||
- gitaly: upgrade to v17.4.2
|
||||
- gitlab-pages: upgrade to v17.4.2
|
||||
- golang: upgrade to v1.23.2
|
||||
- ubuntu: upgrade to focal-20240918
|
||||
|
||||
**17.4.1**
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:focal-20240530
|
||||
FROM ubuntu:focal-20240918
|
||||
|
||||
ARG VERSION=17.4.2
|
||||
|
||||
@ -6,7 +6,7 @@ ENV GITLAB_VERSION=${VERSION} \
|
||||
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user