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 Apr 23, 2018
1 parent d584bb6 commit 8481ba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coredns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates

ENV COREDNS_VERSION v1.1.1
ENV COREDNS_VERSION v1.1.2

RUN buildDeps=' \
go \
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y \
&& /usr/sbin/update-locale LANG=en_US.UTF-8 \
&& rm -rf /var/lib/apt/lists/*

ENV RSTUDIO_VERSION 1.1.442
ENV RSTUDIO_VERSION 1.1.447

# Download the source
RUN buildDeps=' \
Expand Down
2 changes: 1 addition & 1 deletion unifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \

# unifi version
# From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.7.20"
ENV UNIFI_VERSION "5.7.23"

# install unifi
RUN buildDeps=' \
Expand Down

0 comments on commit 8481ba9

Please sign in to comment.