Merge pull request #117 from koep/master

Updated tor-browser and messenger
This commit is contained in:
Jess Frazelle 2016-03-18 10:10:29 -07:00
commit b464ef5055
5 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ RUN apt-get update && apt-get -y install \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN curl -sSL "http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \
RUN curl -sSL "https://download.sublimetext.com/sublime_text_3_build_3103_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \
&& mkdir -p /usr/src/sublime_text \
&& tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \
&& rm /tmp/sublime.tar.bz2*

View File

@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
ENV TOR_VERSION 6.0a1
ENV TOR_VERSION 6.0a3
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
# download tor and check signature

View File

@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
ENV TOR_VERSION 6.0a1-hardened
ENV TOR_VERSION 6.0a3-hardened
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
# download tor and check signature

View File

@ -26,7 +26,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
ENV TOR_VERSION 5.5
ENV TOR_VERSION 5.5.3
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
# download tor and check signature

View File

@ -10,7 +10,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV HOME /home/user
ENV LANG C.UTF-8
ENV TOR_VERSION 0.1.0b3
ENV TOR_VERSION 0.1.0b5
ENV TOR_FINGERPRINT 0x6887935AB297B391
RUN apt-get update && apt-get -y install \