diff --git a/atom/Dockerfile b/atom/Dockerfile index a74a4c4..7ec1691 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.7 +ENV ATOM_VERSION 1.20.0 # download the source RUN buildDeps=' \ diff --git a/micro/Dockerfile b/micro/Dockerfile index 0d94334..65e66f7 100644 --- a/micro/Dockerfile +++ b/micro/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep " ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go -ENV MICRO_VERSION v1.3.1 +ENV MICRO_VERSION v1.3.2 RUN buildDeps=' \ go \ diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 9392658..70df868 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.20170907 +ENV WIREGUARD_VERSION 0.0.20170918 RUN set -x \ && apk add --no-cache --virtual .build-deps \