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
b086ac2634
commit
be03806ea4
|
@ -4,7 +4,7 @@ RUN apk add --no-cache \
|
||||||
lua5.1-cjson \
|
lua5.1-cjson \
|
||||||
luajit
|
luajit
|
||||||
|
|
||||||
ENV NGINX_VERSION 1.15.3
|
ENV NGINX_VERSION 1.15.4
|
||||||
# https://github.com/simplresty/ngx_devel_kit/releases
|
# https://github.com/simplresty/ngx_devel_kit/releases
|
||||||
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
||||||
# https://github.com/openresty/lua-nginx-module/releases
|
# https://github.com/openresty/lua-nginx-module/releases
|
||||||
|
|
|
@ -18,7 +18,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.20180918
|
ENV WIREGUARD_VERSION 0.0.20180925
|
||||||
|
|
||||||
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