diff --git a/atom/Dockerfile b/atom/Dockerfile index 19d432a..1c85647 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.19.3 +ENV ATOM_VERSION 1.19.5 # download the source RUN buildDeps=' \ diff --git a/latest-versions.sh b/latest-versions.sh index 15f016c..5161189 100755 --- a/latest-versions.sh +++ b/latest-versions.sh @@ -60,7 +60,6 @@ camlistore/camlistore certbot/certbot hashicorp/consul CouchPotato/CouchPotatoServer -pooler/cpuminer curl/curl opendnssec/SoftHSMv2 google/guetzli diff --git a/powershell/Dockerfile b/powershell/Dockerfile index bbbbf0e..9347fd6 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-beta.5 +ENV POWERSHELL_VERSION 6.0.0-beta.6 RUN apt-get update && apt-get install -y \ ca-certificates \