mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
93d2351ce0
commit
fd9a73adc2
|
@ -41,7 +41,7 @@ RUN set -x \
|
|||
&& firefox --version
|
||||
|
||||
# Install browsh.
|
||||
ENV BROWSH_VERSION 1.3.3
|
||||
ENV BROWSH_VERSION 1.4.0
|
||||
RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \
|
||||
&& chmod a+x /home/browsh/bin/browsh
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
|||
|
||||
RUN pip install acme
|
||||
|
||||
ENV CERTBOT_VERSION 0.26.0
|
||||
ENV CERTBOT_VERSION 0.26.1
|
||||
|
||||
RUN buildDeps=' \
|
||||
git \
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||
nghttp2 \
|
||||
openssl
|
||||
|
||||
ENV CURL_VERSION 7.60.0
|
||||
ENV CURL_VERSION 7.61.0
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
|||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20180708
|
||||
ENV WIREGUARD_VERSION 0.0.20180718
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
|
|||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
ENV ZNC_VERSION 1.7.1-rc1
|
||||
ENV ZNC_VERSION 1.7.1
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user