update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-05-12 10:39:58 -04:00
parent b66da3c66b
commit 76dfd9dd1d
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@ RUN apk --no-cache add \
RUN pip install acme RUN pip install acme
ENV CERTBOT_VERSION 0.13.0 ENV CERTBOT_VERSION 0.14.0
RUN buildDeps=' \ RUN buildDeps=' \
git \ git \

View File

@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y \
hicolor-icon-theme \ hicolor-icon-theme \
libgl1-mesa-dri \ libgl1-mesa-dri \
libgl1-mesa-glx \ libgl1-mesa-glx \
libpango1.0-0 \
libpulse0 \ libpulse0 \
libv4l-0 \ libv4l-0 \
fonts-symbola \ fonts-symbola \

View File

@ -8,7 +8,7 @@ ENV GOPATH /go
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates ca-certificates
ENV CONSUL_VERSION v0.8.1 ENV CONSUL_VERSION v0.8.3
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

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-alpha.18 ENV POWERSHELL_VERSION 6.0.0-beta.1
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \