Skip to content

Commit 0b94553

Browse files
committed
Upgrade GitLab CE to 17.7.0
1 parent fe05745 commit 0b94553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
FROM ubuntu:focal-20241011
22

3-
ARG VERSION=17.6.3
3+
ARG VERSION=17.7.0
44

55
ENV GITLAB_VERSION=${VERSION} \
66
RUBY_VERSION=3.2.6 \
77
RUBY_SOURCE_SHA256SUM="d9cb65ecdf3f18669639f2638b63379ed6fbb17d93ae4e726d4eb2bf68a48370" \
88
RUBYGEMS_VERSION=3.5.14 \
99
GOLANG_VERSION=1.23.5 \
1010
GITLAB_SHELL_VERSION=14.39.0 \
11-
GITLAB_PAGES_VERSION=17.6.3 \
12-
GITALY_SERVER_VERSION=17.6.3 \
11+
GITLAB_PAGES_VERSION=17.7.0 \
12+
GITALY_SERVER_VERSION=17.7.0 \
1313
GITLAB_USER="git" \
1414
GITLAB_HOME="/home/git" \
1515
GITLAB_LOG_DIR="/var/log/gitlab" \

0 commit comments

Comments
 (0)