File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 17.11 .1
1
+ 18.0 .1
Original file line number Diff line number Diff line change 1
- FROM sameersbn/gitlab:17.11 .1
1
+ FROM sameersbn/gitlab:18.0 .1
2
2
3
3
# Override files
4
4
COPY assets/runtime/config/gitlabhq/gitlab.yml ${GITLAB_RUNTIME_DIR}/config/gitlabhq/gitlab.yml
Original file line number Diff line number Diff line change @@ -2237,7 +2237,7 @@ migrate_database() {
2237
2237
exec_as_git yarn install --production --pure-lockfile
2238
2238
exec_as_git yarn add ajv@^4.0.0
2239
2239
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
2241
2241
fi
2242
2242
2243
2243
echo " Clearing cache..."
You can’t perform that action at this time.
0 commit comments