Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Sep 4, 2016
1 parent c27164b commit 51bad0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

var version = "1.0.3"
var version = "1.0.4"
2 changes: 1 addition & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM busybox
MAINTAINER Christian Höltje <[email protected]>

ENV DOCKER_GC_VERSION 1.0.3
ENV DOCKER_GC_VERSION 1.0.4
ENV COLUMNS 80

ADD ["https://github.com/docwhat/docker-gc/releases/download/${DOCKER_GC_VERSION}/docker-gc_linux_amd64", "/docker-gc"]
Expand Down

0 comments on commit 51bad0c

Please sign in to comment.