diff --git a/certbot/Dockerfile b/certbot/Dockerfile index dd1981e..24d3b60 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.13.0 +ENV CERTBOT_VERSION 0.14.0 RUN buildDeps=' \ git \ diff --git a/chrome/beta/Dockerfile b/chrome/beta/Dockerfile index e137204..1217464 100644 --- a/chrome/beta/Dockerfile +++ b/chrome/beta/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y \ hicolor-icon-theme \ libgl1-mesa-dri \ libgl1-mesa-glx \ + libpango1.0-0 \ libpulse0 \ libv4l-0 \ fonts-symbola \ diff --git a/consul/Dockerfile b/consul/Dockerfile index 35c2bf0..434cb4a 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CONSUL_VERSION v0.8.1 +ENV CONSUL_VERSION v0.8.3 RUN buildDeps=' \ bash \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index b958749..5dad8bf 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 LABEL maintainer "Christian Koep " -ENV POWERSHELL_VERSION 6.0.0-alpha.18 +ENV POWERSHELL_VERSION 6.0.0-beta.1 RUN apt-get update && apt-get install -y \ ca-certificates \