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@google.com>
This commit is contained in:
parent
682475d05b
commit
0a0c49c90f
|
@ -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.12.5
|
||||
ENV ATOM_VERSION 1.12.6
|
||||
|
||||
# download the source
|
||||
RUN buildDeps=' \
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN apk --no-cache add \
|
|||
ca-certificates \
|
||||
curl
|
||||
|
||||
ENV CONSUL_VERSION v0.7.0
|
||||
ENV CONSUL_VERSION v0.7.1
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||
nghttp2 \
|
||||
openssl
|
||||
|
||||
ENV CURL_VERSION 7.50.3
|
||||
ENV CURL_VERSION 7.51.0
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
@ -28,7 +28,7 @@ get_latest() {
|
|||
local dir=${repo#*/}
|
||||
local current=$(cat "${dir}/Dockerfile" | grep -m 1 VERSION | awk '{print $(NF)}')
|
||||
|
||||
if [[ "$tag" =~ "$current" ]]; then
|
||||
if [[ "$tag" =~ "$current" ]] || [[ "$name" =~ "$current" ]]; then
|
||||
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
|
||||
else
|
||||
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | https://github.com/${repo}/releases"
|
||||
|
|
|
@ -4,7 +4,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
|||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
ENV GOPATH /go
|
||||
|
||||
ENV MICRO_VERSION v1.1.0
|
||||
ENV MICRO_VERSION v1.1.2
|
||||
|
||||
RUN buildDeps=' \
|
||||
go \
|
||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||
python
|
||||
|
||||
# Get the source
|
||||
ENV PLEXPY_VERSION v1.4.12
|
||||
ENV PLEXPY_VERSION v1.4.16
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
git \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian:sid
|
||||
MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
||||
|
||||
ENV POWERSHELL_VERSION 6.0.0-alpha.10
|
||||
ENV POWERSHELL_VERSION 6.0.0-alpha.13
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV VAGRANT_VERSION 1.8.6
|
||||
ENV VAGRANT_VERSION 1.9.0
|
||||
|
||||
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user