mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
f8ceffc602
commit
bef9274fae
|
@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ATOM_VERSION 1.21.0
|
ENV ATOM_VERSION 1.21.1
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
nghttp2 \
|
nghttp2 \
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
ENV CURL_VERSION 7.56.0
|
ENV CURL_VERSION 7.56.1
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV IRSSI_VERSION 1.0.4
|
ENV IRSSI_VERSION 1.0.5
|
||||||
# https://otr.cypherpunks.ca/index.php#downloads
|
# https://otr.cypherpunks.ca/index.php#downloads
|
||||||
ENV LIB_OTR_VERSION 4.1.1
|
ENV LIB_OTR_VERSION 4.1.1
|
||||||
# https://github.com/cryptodotis/irssi-otr/releases
|
# https://github.com/cryptodotis/irssi-otr/releases
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV KEEPASSXC_VERSION 2.2.1
|
ENV KEEPASSXC_VERSION 2.2.2
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
automake \
|
automake \
|
||||||
|
|
|
@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
||||||
libmnl-dev
|
libmnl-dev
|
||||||
|
|
||||||
# https://git.zx2c4.com/WireGuard/refs/
|
# https://git.zx2c4.com/WireGuard/refs/
|
||||||
ENV WIREGUARD_VERSION 0.0.20171005
|
ENV WIREGUARD_VERSION 0.0.20171017
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user