diff --git a/atom/Dockerfile b/atom/Dockerfile index f46aea4..143a517 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.26.1 +ENV ATOM_VERSION 1.27.1 # download the source RUN buildDeps=' \ diff --git a/curl/Dockerfile b/curl/Dockerfile index a7d8e53..68185a9 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.59.0 +ENV CURL_VERSION 7.60.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 965f93a..4a081c7 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ python # Get the source -ENV PLEXPY_VERSION v2.1.4 +ENV PLEXPY_VERSION v2.1.9 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index e5e5542..39bd7a3 100644 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20180514 +ENV WIREGUARD_VERSION 0.0.20180519 RUN set -x \ && apk add --no-cache --virtual .build-deps \