Skip to content

Commit 8ee86e2

Browse files
committed
bump buildbox to have new distro info
1 parent 09ecf06 commit 8ee86e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-images/buildbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM phusion/baseimage:noble-1.0.0
1+
FROM phusion/baseimage:noble-1.0.1
22
ADD . /paa_build
33
RUN bash /paa_build/install.sh

internal/lib/distro_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function to_distro_codename()
4646

4747
function get_buildbox_image()
4848
{
49-
echo "phusion/passenger_apt_automation_buildbox:2.2.1"
49+
echo "phusion/passenger_apt_automation_buildbox:2.2.2"
5050
}
5151

5252
function to_testbox_image()

internal/lib/docker_image_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
if [[ "$1" == "buildbox_name" ]]; then
1919
echo -n "phusion/passenger_apt_automation_buildbox"
2020
elif [[ "$1" == "buildbox_version" ]]; then
21-
echo -n "2.2.1"
21+
echo -n "2.2.2"
2222
elif [[ "$1" == "testbox_base_name" ]]; then
2323
echo -n "phusion/passenger_apt_automation_testbox"
2424
elif [[ "$1" == "testbox_version" ]]; then

0 commit comments

Comments
 (0)