Skip to content

Commit

Permalink
upgrade to 17.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinaInit committed Feb 20, 2025
1 parent 8f30665 commit 3a72998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.5.2
17.8.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sameersbn/gitlab:17.5.2
FROM sameersbn/gitlab:17.8.2

# Override files
COPY assets/runtime/config/gitlabhq/gitlab.yml ${GITLAB_RUNTIME_DIR}/config/gitlabhq/gitlab.yml
Expand Down
2 changes: 1 addition & 1 deletion assets/runtime/functions
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gitlab_finalize_database_parameters() {

gitlab_check_database_connection() {

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

timeout=60
Expand Down

0 comments on commit 3a72998

Please sign in to comment.