Skip to content

Commit

Permalink
Merge pull request #7 from softonic/master
Browse files Browse the repository at this point in the history
Updated to Docker 17.05 and Docker Compose 1.13
  • Loading branch information
vfarcic committed May 10, 2017
2 parents 2375875 + 54d5b62 commit 88aa5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:17.03
FROM docker:17.05

MAINTAINER Viktor Farcic <viktor@farcic.com>

Expand All @@ -21,7 +21,7 @@ LABEL org.label-schema.vendor="vfarcic" \
org.label-schema.build-date=$build_date

ENV "SWARM_CLIENT_VERSION=3.3" \
"DOCKER_COMPOSE_VERSION=1.11.2" \
"DOCKER_COMPOSE_VERSION=1.13.0" \
"COMMAND_OPTIONS=" \
"USER_NAME_SECRET=" \
"PASSWORD_SECRET="
Expand Down

0 comments on commit 88aa5c6

Please sign in to comment.