Skip to content

Commit 3a72998

Browse files
committed
upgrade to 17.8.2
1 parent 8f30665 commit 3a72998

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.5.2
1+
17.8.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sameersbn/gitlab:17.5.2
1+
FROM sameersbn/gitlab:17.8.2
22

33
# Override files
44
COPY assets/runtime/config/gitlabhq/gitlab.yml ${GITLAB_RUNTIME_DIR}/config/gitlabhq/gitlab.yml

assets/runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ gitlab_finalize_database_parameters() {
149149

150150
gitlab_check_database_connection() {
151151

152-
prog=$(find /usr/lib/postgresql/ -name pg_isready -type f | sort | tail -n1)
152+
prog=$(command -v pg_isready)
153153
prog="${prog} -h ${DB_HOST} -p ${DB_PORT} -U ${DB_USER} -d ${DB_NAME} -t 1"
154154

155155
timeout=60

0 commit comments

Comments
 (0)