Update docker image version

This commit is contained in:
Alex 2020-02-14 22:05:43 +01:00
parent c2f229f085
commit 3dca3a2e33
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ job "guichet" {
task "server" {
driver = "docker"
config {
image = "lxpz/guichet_amd64:5"
image = "lxpz/guichet_amd64:6"
readonly_rootfs = true
port_map {
web_port = 9991