more updates to versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-07-24 15:17:02 -07:00
parent 8209a7d3fa
commit 71e347563f
No known key found for this signature in database
GPG Key ID: 511342F2E11BC77E
12 changed files with 14 additions and 12 deletions

View File

@ -11,7 +11,7 @@
FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.4.1
ENV KEEPASSXC_VERSION 2.4.3
RUN buildDeps=' \
automake \
@ -26,6 +26,7 @@ RUN buildDeps=' \
libgcrypt-dev \
libmicrohttpd-dev \
libqrencode-dev \
libsodium-dev \
make \
qt5-qtbase-dev \
qt5-qtsvg-dev \

View File

@ -150,6 +150,7 @@ containrrr/watchtower
wireguard/wireguard
znc/znc
apache/zookeeper
tianon/gosu
)
other_projects=(

View File

@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
g++ \
make \
nodejs \
npm \
pkgconf \
python \
yarn \
@ -28,7 +29,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV NOMAD_VERSION v0.9.2-rc1
ENV NOMAD_VERSION v0.9.4-rc1
RUN go get github.com/hashicorp/nomad

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
make \
zip
ENV PACKER_VERSION v1.4.1
ENV PACKER_VERSION v1.4.2
RUN go get github.com/hashicorp/packer

View File

@ -1,7 +1,7 @@
FROM debian:stretch-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.2.1
ENV POWERSHELL_VERSION 6.2.2
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
# https://github.com/Radarr/Radarr/releases
ENV RADARR_VERSION 0.2.0.1344
ENV RADARR_VERSION 0.2.0.1358
RUN mkdir -p /opt/radarr \
&& wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.17.0
ENV NGINX_VERSION 1.17.2
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
musl-dev \
zip
ENV TERRAFORM_VERSION v0.12.0
ENV TERRAFORM_VERSION v0.12.5
RUN go get github.com/hashicorp/terraform || true

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 2.2.4
ENV VAGRANT_VERSION 2.2.5
# download the source
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \

View File

@ -10,7 +10,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV WATCHTOWER_VERSION v0.3.5
ENV WATCHTOWER_VERSION v0.3.8
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower

View File

@ -15,11 +15,10 @@ RUN apk add --no-cache \
build-base \
ca-certificates \
elfutils-libelf \
libelf-dev \
libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20190406
ENV WIREGUARD_VERSION 0.0.20190702
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV ZNC_VERSION 1.7.3
ENV ZNC_VERSION 1.7.4
RUN set -x \
&& apk add --no-cache --virtual .build-deps \