Skip to content

Commit c2039fa

Browse files
committed
Upgrades rweb to 1.6.2 in the rweb-httpd image too
1 parent 41a3a43 commit c2039fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rweb/httpd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM solsson/svn-httpd
22

33
ENV RWEB=fpm
44

5-
ENV RWEB_VERSION=1.6.1
5+
ENV RWEB_VERSION=1.6.2
66
ENV RWEB_TGZ_URL=https://github.com/Reposoft/rweb/archive/v$RWEB_VERSION.tar.gz
7-
ENV RWEB_TGZ_SHA1=6efa46f6cb7d3cac573a421f6526fa4c8df56979
7+
ENV RWEB_TGZ_SHA1=dca1255e3a11ecae22b57dc49ea6c718d4b4c037
88

99
RUN echo "Downloading rweb source..." \
1010
&& curl -SLk "$RWEB_TGZ_URL" -o /usr/src/rweb-$RWEB_VERSION.tar.gz \

0 commit comments

Comments
 (0)