update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-06-26 13:37:30 -04:00
parent e29b87eddb
commit 9b73a13249
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \ curl \
libressl libressl
ENV CPUMINER_VERSION v2.4.5 ENV CPUMINER_VERSION v2.5.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \
autoconf \ autoconf \

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \ nghttp2 \
openssl openssl
ENV CURL_VERSION 7.54.0 ENV CURL_VERSION 7.54.1
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
sqlite3 \ sqlite3 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV SOFTHSM_VERSION 2.2.0 ENV SOFTHSM_VERSION 2.3.0rc1
RUN buildDeps=' \ RUN buildDeps=' \
autoconf \ autoconf \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python python
# Get the source # Get the source
ENV PLEXPY_VERSION v1.4.19 ENV PLEXPY_VERSION v1.4.20
RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \ RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.0-beta.2 ENV POWERSHELL_VERSION 6.0.0-beta.3
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \