update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-25 12:18:13 -04:00
parent f8ceffc602
commit bef9274fae
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
5 changed files with 5 additions and 5 deletions

View File

@ -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.21.0
ENV ATOM_VERSION 1.21.1
# download the source
RUN buildDeps=' \

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \
openssl
ENV CURL_VERSION 7.56.0
ENV CURL_VERSION 7.56.1
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV IRSSI_VERSION 1.0.4
ENV IRSSI_VERSION 1.0.5
# https://otr.cypherpunks.ca/index.php#downloads
ENV LIB_OTR_VERSION 4.1.1
# https://github.com/cryptodotis/irssi-otr/releases

View File

@ -11,7 +11,7 @@
FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.2.1
ENV KEEPASSXC_VERSION 2.2.2
RUN buildDeps=' \
automake \

View File

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