Skip to content

Commit d38953c

Browse files
authored
Merge pull request #1296 from gusthoff/topic/infrastructure/vagrant/20251227
Vagrant VM: updating Ubuntu box version
2 parents 0616ac5 + 1aa9681 commit d38953c

File tree

3 files changed

+371
-387
lines changed

3 files changed

+371
-387
lines changed

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Vagrant.configure("2") do |config|
230230

231231
config.vm.define "web" do |web|
232232
web.vm.box = "bento/ubuntu-24.04"
233-
web.vm.box_version = "202502.21.0"
233+
web.vm.box_version = "202510.26.0"
234234
web.vm.network "forwarded_port", guest: 8080, host: 8080, host_ip: "127.0.0.1"
235235

236236
web.vm.synced_folder './frontend', '/vagrant/frontend'
@@ -243,7 +243,7 @@ Vagrant.configure("2") do |config|
243243

244244
config.vm.define "epub" do |epub|
245245
epub.vm.box = "bento/ubuntu-24.04"
246-
epub.vm.box_version = "202502.21.0"
246+
epub.vm.box_version = "202510.26.0"
247247

248248
epub.vm.synced_folder './frontend', '/vagrant/frontend'
249249
epub.vm.synced_folder './content', '/vagrant/content'

0 commit comments

Comments
 (0)