Skip to content

Commit

Permalink
bump to 4.1.1
Browse files Browse the repository at this point in the history
solve exec with arguments from fcron
  • Loading branch information
abuisine committed Nov 10, 2017
1 parent 01cb755 commit 7fbc3b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:8
LABEL maintainer="Alexandre Buisine <[email protected]>"
LABEL version "4.1.0"
LABEL version "4.1.1"

# This container should be built with the --squash option in order to avoid huge containers

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian9
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:9
LABEL maintainer="Alexandre Buisine <[email protected]>"
LABEL version "4.1.0"
LABEL version "4.1.1"

# This container should be built with the --squash option in order to avoid huge containers

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu1604
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04
LABEL maintainer="Alexandre Buisine <[email protected]>"
LABEL version "4.1.0"
LABEL version "4.1.1"

# This container should be built with the --squash option in order to avoid huge containers

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu1704
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:17.04
LABEL maintainer="Alexandre Buisine <[email protected]>"
LABEL version "4.1.0"
LABEL version "4.1.1"

# This container should be built with the --squash option in order to avoid huge containers

Expand Down
2 changes: 1 addition & 1 deletion resources/environ_bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set +o allexport
#remove first parameter as fcron lauch this shell wrapper with the -c option
shift

exec "$@"
exec $@

0 comments on commit 7fbc3b4

Please sign in to comment.