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
a172339120
commit
719d575c34
|
@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV ATOM_VERSION 1.23.2
|
||||
ENV ATOM_VERSION 1.23.3
|
||||
|
||||
# download the source
|
||||
RUN buildDeps=' \
|
||||
|
|
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV COREDNS_VERSION v1.0.2
|
||||
ENV COREDNS_VERSION v1.0.3
|
||||
|
||||
RUN buildDeps=' \
|
||||
go \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:16.04
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV POWERSHELL_VERSION 6.0.0-rc
|
||||
ENV POWERSHELL_VERSION 6.0.0
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
|
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV TERRAFORM_VERSION v0.11.1
|
||||
ENV TERRAFORM_VERSION v0.11.2
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
|
Loading…
Reference in New Issue
Block a user