update znc and micros

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-12-16 11:24:04 -08:00
parent df13b25997
commit de0c73e146
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go
ENV MICRO_VERSION v1.1.2 ENV MICRO_VERSION v1.1.3
RUN buildDeps=' \ RUN buildDeps=' \
go \ go \

View File

@ -42,7 +42,7 @@ RUN buildDeps=' \
&& chmod 600 "${GNUPGHOME}" \ && chmod 600 "${GNUPGHOME}" \
&& curl -sSL https://ricochet.im/john-brooks.asc | gpg --no-tty --import \ && curl -sSL https://ricochet.im/john-brooks.asc | gpg --no-tty --import \
&& gpg --fingerprint --keyid-format LONG ${RICOCHET_FINGERPRINT} | grep "9032 CAE4 CBFA 933A 5A21 45D5 FF97 C53F 183C 045D" \ && gpg --fingerprint --keyid-format LONG ${RICOCHET_FINGERPRINT} | grep "9032 CAE4 CBFA 933A 5A21 45D5 FF97 C53F 183C 045D" \
&& gpg --verify /tmp/ricochet.tar.bz2.asc \ && gpg --batch --verify /tmp/ricochet.tar.bz2.asc /tmp/ricochet.tar.bz2 \
&& tar -vxj --strip-components 1 -C /usr/local/bin -f /tmp/ricochet.tar.bz2 \ && tar -vxj --strip-components 1 -C /usr/local/bin -f /tmp/ricochet.tar.bz2 \
&& rm -rf /tmp/ricochet* \ && rm -rf /tmp/ricochet* \
&& rm -rf "${GNUPGHOME}" \ && rm -rf "${GNUPGHOME}" \

View File

@ -24,7 +24,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8 ENV LANG C.UTF-8
ENV ZNC_VERSION 1.6.3 ENV ZNC_VERSION 1.6.4
RUN buildDeps=' \ RUN buildDeps=' \
build-essential \ build-essential \