mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
e29b87eddb
commit
9b73a13249
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user