Skip to content

Commit

Permalink
Upgrade golang and baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
sachilles committed Oct 10, 2024
1 parent 2ecbbbe commit db21290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:focal-20240530
FROM ubuntu:focal-20240918

ARG VERSION=17.4.2

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 \
Expand Down

0 comments on commit db21290

Please sign in to comment.