Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 11, 2018
1 parent fb9e518 commit e07ca3c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion atom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.26.0
ENV ATOM_VERSION 1.26.1

# download the source
RUN buildDeps=' \
Expand Down
2 changes: 1 addition & 1 deletion certbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk --no-cache add \

RUN pip install acme

ENV CERTBOT_VERSION 0.23.0
ENV CERTBOT_VERSION 0.24.0

RUN buildDeps=' \
git \
Expand Down
2 changes: 1 addition & 1 deletion crio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV CRIO_VERSION v1.9.11
ENV CRIO_VERSION v1.9.12
ENV GO_VERSION 1.9.4
ENV PLUGINS_VERSION v0.7.1
ENV RUNC_VERSION v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion gitiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache \
openjdk8

# https://github.com/bazelbuild/bazel/releases
ENV BAZEL_VERSION 0.12.0
ENV BAZEL_VERSION 0.13.0
# https://gerrit.googlesource.com/gitiles/
ENV GITILES_VERSION v0.2-1

Expand Down
2 changes: 1 addition & 1 deletion keepassxc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM alpine:edge
LABEL maintainer "Christian Koep <[email protected]>"

ENV KEEPASSXC_VERSION 2.3.1
ENV KEEPASSXC_VERSION 2.3.3

RUN buildDeps=' \
automake \
Expand Down
2 changes: 1 addition & 1 deletion plexpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
python

# Get the source
ENV PLEXPY_VERSION v2.0.28
ENV PLEXPY_VERSION v2.1.4
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \
Expand Down
2 changes: 1 addition & 1 deletion powershell/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <[email protected]>"

ENV POWERSHELL_VERSION 6.1.0-preview.1
ENV POWERSHELL_VERSION 6.1.0-preview.2

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV VAGRANT_VERSION 2.0.4
ENV VAGRANT_VERSION 2.1.1

# download the source
RUN buildDeps=' \
Expand Down
2 changes: 1 addition & 1 deletion znc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \

ENV LANG C.UTF-8

ENV ZNC_VERSION 1.6.6
ENV ZNC_VERSION 1.7.0

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/3.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:8-alpine

ENV ZOOKEEPER_VERSION 3.5.3-beta
ENV ZOOKEEPER_VERSION 3.5.4-rc0
ENV PATH $PATH:/opt/zookeeper/bin/

# the start files for zookeeper use bash
Expand Down

0 comments on commit e07ca3c

Please sign in to comment.