Skip to content

Commit 059be50

Browse files
committed
replace plucky with questing
1 parent b88b8f2 commit 059be50

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ubuntu:25.04
1+
FROM ubuntu:25.10
22
ADD . /paa_build
33
RUN bash /paa_build/install.sh

internal/lib/distro_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def gen_distros(family)
2323
focal
2424
jammy
2525
noble
26-
plucky
26+
questing
2727

2828
bullseye
2929
bookworm

internal/lib/distro_info.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# internal/scripts/regen_distro_info_script.sh
99

1010
# shellcheck disable=SC2034
11-
DEFAULT_DISTROS="focal jammy noble plucky bullseye bookworm trixie"
11+
DEFAULT_DISTROS="focal jammy noble questing bullseye bookworm trixie"
1212
DEBIAN_DISTROS="11 12 13"
13-
UBUNTU_DISTROS="20.04 22.04 24.04 25.04"
13+
UBUNTU_DISTROS="20.04 22.04 24.04 25.10"
1414

1515

1616
function to_distro_codename()
@@ -46,7 +46,7 @@ function to_distro_codename()
4646

4747
function get_buildbox_image()
4848
{
49-
echo "phusion/passenger_apt_automation_buildbox:2.2.3"
49+
echo "phusion/passenger_apt_automation_buildbox:2.2.4"
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.3"
21+
echo -n "2.2.4"
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)