update versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-12-05 16:38:56 -08:00
parent 138eabef18
commit 3ad63dd061
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
npm \
yarn
ENV FLEET_VERSION 2.3.0
ENV FLEET_VERSION 2.4.0
RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.17.3
ENV NGINX_VERSION 1.17.6
# 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

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip
ENV VAULT_VERSION v1.2.3
ENV VAULT_VERSION v1.3.0
RUN go get github.com/hashicorp/vault || true

View File

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