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 41a3a43 commit c2039faCopy full SHA for c2039fa
rweb/httpd/Dockerfile
@@ -2,9 +2,9 @@ FROM solsson/svn-httpd
2
3
ENV RWEB=fpm
4
5
-ENV RWEB_VERSION=1.6.1
+ENV RWEB_VERSION=1.6.2
6
ENV RWEB_TGZ_URL=https://github.com/Reposoft/rweb/archive/v$RWEB_VERSION.tar.gz
7
-ENV RWEB_TGZ_SHA1=6efa46f6cb7d3cac573a421f6526fa4c8df56979
+ENV RWEB_TGZ_SHA1=dca1255e3a11ecae22b57dc49ea6c718d4b4c037
8
9
RUN echo "Downloading rweb source..." \
10
&& curl -SLk "$RWEB_TGZ_URL" -o /usr/src/rweb-$RWEB_VERSION.tar.gz \
0 commit comments