We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d55d7 commit 9a4aa45Copy full SHA for 9a4aa45
RELEASE.md
@@ -4,6 +4,20 @@ When the version changes, a new release should be cut. To do this, push a tag
4
with the [valid SemVer][semver-checker] version number as the tag.
5
It may also be useful to update documentation references at the same time.
6
7
+## Scripts
8
+
9
+Update the Dockerfile with:
10
11
+```shell
12
+$ scripts/update_dockerfile.sh
13
+Fetching latest Bookstack release from GitHub API
14
+ % Total % Received % Xferd Average Speed Time Time Time Current
15
+ Dload Upload Total Spent Left Speed
16
+100 3467 100 3467 0 0 18743 0 --:--:-- --:--:-- --:--:-- 18842
17
+Found latest version: v24.10.1
18
+Updating Dockerfile..
19
+```
20
21
## Example
22
23
For Bookstack version 23.01:
0 commit comments