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 15, 2020
1 parent b4017ef commit bc03c7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions unifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# install gosu
ENV GOSU_VERSION 1.11
ENV GOSU_VERSION 1.12
RUN set -ex; \
\
fetchDeps=' \
Expand Down Expand Up @@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \

# unifi version
# From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.12.66"
ENV UNIFI_VERSION "5.12.72"

# install unifi
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip

ENV VAULT_VERSION v1.3.0
ENV VAULT_VERSION v1.4.1

RUN go get github.com/hashicorp/vault || true

Expand Down
2 changes: 1 addition & 1 deletion watchtower/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

ENV WATCHTOWER_VERSION v0.3.9
ENV WATCHTOWER_VERSION v0.3.11

RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower

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.7.5
ENV ZNC_VERSION 1.8.0

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit bc03c7e

Please sign in to comment.