Skip to content

Commit 045816d

Browse files
committed
upgrade to 18.0.1
1 parent 32cab48 commit 045816d

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.11.1
1+
18.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sameersbn/gitlab:17.11.1
1+
FROM sameersbn/gitlab:18.0.1
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
@@ -2237,7 +2237,7 @@ migrate_database() {
22372237
exec_as_git yarn install --production --pure-lockfile
22382238
exec_as_git yarn add ajv@^4.0.0
22392239
echo "Recompiling assets (relative_url in use), this could take a while..."
2240-
exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS="--max-old-space-size=4096" >/dev/null 2>&1
2240+
exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS="--max-old-space-size=8192" >/dev/null 2>&1
22412241
fi
22422242

22432243
echo "Clearing cache..."

0 commit comments

Comments
 (0)