update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-14 15:09:02 -04:00
parent fe2b28ec79
commit 74ead3a64d
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.1.0-preview.2
ENV POWERSHELL_VERSION 6.1.0-preview.3
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -18,7 +18,7 @@ RUN apk add --no-cache \
libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20180531
ENV WIREGUARD_VERSION 0.0.20180613
RUN set -x \
&& apk add --no-cache --virtual .build-deps \