mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 00:06:25 +00:00
#140 Docker version pinning
This commit is contained in:
parent
e3c378f2a1
commit
0c37af5588
@ -200,7 +200,7 @@ func (b Backend) ExecDocker(l Location, args []string) (string, error) {
|
||||
for key, value := range env {
|
||||
docker = append(docker, "--env", key+"="+value)
|
||||
}
|
||||
docker = append(docker, "cupcakearmy/autorestic", "-c", strings.Join(args, " "))
|
||||
docker = append(docker, "cupcakearmy/autorestic:"+VERSION, "-c", strings.Join(args, " "))
|
||||
out, err := ExecuteCommand(options, docker...)
|
||||
return out, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user