Closed Jonher937 closed 6 months ago
Hi, due to the addition of the fly-wrapper and it being set as the default entrypoint here: https://github.com/owenthereal/upterm/blob/1846c3ac2ee368f0419b7bb805b62d33e1e09ae0/Dockerfile.uptermd#L42 upgrade of upterm fails unless the user overrides the entrypoint.
Easy fix for someone that can figure that out, but would have been great to menton in changelog if it was not defaulted to by accident.
A user can override the entrypoint back to uptermd to pass upgrade.
uptermd
This is not desired. I fixed it in https://github.com/owenthereal/upterm/pull/263. Please wait for the new release 0.14.3
Hi, due to the addition of the fly-wrapper and it being set as the default entrypoint here: https://github.com/owenthereal/upterm/blob/1846c3ac2ee368f0419b7bb805b62d33e1e09ae0/Dockerfile.uptermd#L42 upgrade of upterm fails unless the user overrides the entrypoint.
Easy fix for someone that can figure that out, but would have been great to menton in changelog if it was not defaulted to by accident.
A user can override the entrypoint back to
uptermd
to pass upgrade.