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
0cd3e341a2
commit
ab2d2dd0bc
|
@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV ATOM_VERSION 1.19.7
|
||||
ENV ATOM_VERSION 1.20.0
|
||||
|
||||
# download the source
|
||||
RUN buildDeps=' \
|
||||
|
|
|
@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
|||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
ENV GOPATH /go
|
||||
|
||||
ENV MICRO_VERSION v1.3.1
|
||||
ENV MICRO_VERSION v1.3.2
|
||||
|
||||
RUN buildDeps=' \
|
||||
go \
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
|||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20170907
|
||||
ENV WIREGUARD_VERSION 0.0.20170918
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user