Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Updated container-cron to 0.5 and Docker API version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens Van Acker authored and niusmallnan committed Jan 13, 2020
1 parent ad55bcb commit 875bae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c/container-cron.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docs: https://github.com/rancher/rancher-catalog/blob/master/infra-templates/container-crontab/0/README.md
container-cron:
image: ${REGISTRY_DOMAIN}/rancher/container-crontab:v0.4.0
image: ${REGISTRY_DOMAIN}/rancher/container-crontab:v0.5.0
privileged: true
restart: always
uts: host
Expand All @@ -10,4 +10,4 @@ container-cron:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
DOCKER_API_VERSION: "1.22"
DOCKER_API_VERSION: 1.24

0 comments on commit 875bae9

Please sign in to comment.