mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user