Tweak changelog

This commit is contained in:
Michael Eischer
2021-05-13 19:49:25 +02:00
parent 3a4d901f6d
commit 73fb6419ff

View File

@@ -1,5 +1,8 @@
Build rest-server at docker container build time
Change: Build rest-server at docker container build time
Add a build stage such that the latest rest-server is always built and packaged.
This is done in a standard golang container to ensure a clean build environment
and only the final binary is shipped rather than the whole build environment.
https://github.com/restic/rest-server/issues/146
https://github.com/restic/rest-server/pull/145