Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d513bd1

Browse filesBrowse files
authored
Update Dockerfile
1 parent fe6e51f commit d513bd1
Copy full SHA for d513bd1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3 as bookstack
2-
ENV BOOKSTACK_VERSION=21.05.2
2+
ENV BOOKSTACK_VERSION=21.11
33
RUN apk add --no-cache curl tar
44
RUN set -x; \
55
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
@@ -51,7 +51,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf
5151

5252
COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/
5353

54-
ARG COMPOSER_VERSION=1.10.16
54+
ARG COMPOSER_VERSION=2.0.12
5555
RUN set -x; \
5656
cd /var/www/bookstack \
5757
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.