Skip to content

Commit d09165b

Browse files
authored
Update virtualbox-7.1
1 parent 45f59e0 commit d09165b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# docker-phpvirtualbox
22

3-
This is a fork of [jazzdd/phpvirtualbox](https://hub.docker.com/r/jazzdd/phpvirtualbox/), because it is not very up to date and there are no further configuration options. This version is working with phpVirtualBox 6.1 and above
3+
This is a fork of [jazzdd/phpvirtualbox](https://hub.docker.com/r/jazzdd/phpvirtualbox/), because it is not very up to date and there are no further configuration options. This version is working with phpVirtualBox 7.1 and above
44

55
This project:
66

77
- GitHub [joweisberg/docker-phpvirtualbox](https://github.com/joweisberg/docker-phpvirtualbox/)
88
- Docker Hub [joweisberg/phpvirtualbox](https://hub.docker.com/r/joweisberg/phpvirtualbox/)
99

10-
# phpVirtualBox 6.1 and above
10+
# phpVirtualBox 7.1 and above
1111

1212
[phpVirtualBox](http://sourceforge.net/projects/phpvirtualbox/) is a modern web interface that allows you to control remote VirtualBox instances - mirroring the VirtualBox GUI.
1313

@@ -16,7 +16,7 @@ This project:
1616
## Docker image platform / architecture
1717

1818
The Docker image to use `joweisberg/phpvirtualbox:latest`.
19-
Build on Linux Ubuntu 20.04 LTS, Docker 19.03 and above for:
19+
Build on Linux Ubuntu 24.04 LTS, Docker 27.5 and above for:
2020

2121
| Platform | Architecture / Tags |
2222
|---|---|
@@ -82,7 +82,7 @@ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-
8282
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
8383
echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" > /etc/apt/sources.list.d/virtualbox.list
8484
apt update > /dev/null 2>&1
85-
apt -y install virtualbox-6.0
85+
apt -y install virtualbox-7.1
8686

8787
echo "* [VirtualBox] Install Extpack"
8888
vboxversion=$(wget -qO - http://download.virtualbox.org/virtualbox/LATEST.TXT)

0 commit comments

Comments
 (0)