0.6.8
Update Dockerfile to Alpine 3.16
The ponyup Docker container has been updated from being based on Alpine 3.12 to Alpine 3.16. This shouldn't be a breaking change for pretty much anyone, but might be if you are using the ponyup image as a base for other images and some package you rely on was removed from Alpine 3.16.
Alpine 3.12 is no longer supported. Alpine 3.16 is supported through 2024.
Fixed ponyup-init.sh crash when specifying --prefix
When running ponyup-init.sh
with the --prefix
parameter, the script would crash because the ponyup
invocation at the end of the script wasn't running with the same prefix. This minor change fixes that by also running ponyup
with the --prefix
parameter.`
[0.6.8] - 2022-11-24
Fixed
- Fixed ponyup-init.sh crash when specifying --prefix (PR #236)