Upgrade versions in docs and Vagrant script

This commit is contained in:
Sebastian Serth
2023-10-31 12:26:35 +01:00
parent 5c62a72875
commit 427b54d306
2 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@ cd /home/vagrant/codeocean
######## VERSION INFORMATION ########
postgres_version=15
node_version=lts/hydrogen
postgres_version=16
node_version=lts/iron
ruby_version=$(cat .ruby-version)
DISTRO="$(lsb_release -cs)"