We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274bc5 commit e7af4b2Copy full SHA for e7af4b2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.10
+FROM alpine:3.11
2
3
VOLUME /etc/nginx/ssl
4
@@ -18,7 +18,7 @@ RUN apk update && \
18
19
ADD . /var/www/app
20
ADD docker/ /
21
-RUN svn co http://svn.resourcespace.com/svn/rs/releases/9.0/ ./var/www/app
+RUN svn co http://svn.resourcespace.com/svn/rs/releases/9.1/ ./var/www/app
22
23
VOLUME /var/www/app/include
24
VOLUME /var/www/app/filestore
0 commit comments