File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM phusion/baseimage:noble-1.0.0
1+ FROM phusion/baseimage:noble-1.0.1
22ADD . /paa_build
33RUN bash /paa_build/install.sh
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function to_distro_codename()
4646
4747function 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
5252function to_testbox_image()
Original file line number Diff line number Diff line change 1818if [[ " $1 " == " buildbox_name" ]]; then
1919 echo -n " phusion/passenger_apt_automation_buildbox"
2020elif [[ " $1 " == " buildbox_version" ]]; then
21- echo -n " 2.2.1 "
21+ echo -n " 2.2.2 "
2222elif [[ " $1 " == " testbox_base_name" ]]; then
2323 echo -n " phusion/passenger_apt_automation_testbox"
2424elif [[ " $1 " == " testbox_version" ]]; then
You can’t perform that action at this time.
0 commit comments