We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0104e commit 483baebCopy full SHA for 483baeb
Dockerfile
@@ -1,8 +1,8 @@
1
FROM alpine:3 AS bookstack
2
-ENV BOOKSTACK_VERSION=24.10.2
+ENV BOOKSTACK_VERSION=v24.10.2
3
RUN apk add --no-cache curl tar
4
RUN set -x; \
5
- curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
+ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz \
6
&& mkdir -p /bookstack \
7
&& tar xvf bookstack.tar.gz -C /bookstack --strip-components=1 \
8
&& rm bookstack.tar.gz
0 commit comments