fix(docker-image): update garethgeorge/backrest docker tag to v0.17.2
| datasource | package | from | to | | ---------- | --------------------- | ------- | ------- | | docker | garethgeorge/backrest | v0.17.1 | v0.17.2 |
This commit is contained in:
parent
245c0d1c76
commit
212d64f6e7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
app = "backrest";
|
app = "backrest";
|
||||||
image = "garethgeorge/backrest:v0.17.1@sha256:c2cf1897f5a6972516d7f9ce3adbbbb258fde79c9101d3d01edfaeca0a30ea6c";
|
image = "garethgeorge/backrest:v0.17.2@sha256:8517210483be734ef89587e085e8860e071d6a6871cd773aa790f263346cbfb8";
|
||||||
user = "568"; #string
|
user = "568"; #string
|
||||||
group = "568"; #string
|
group = "568"; #string
|
||||||
port = 9898; #int
|
port = 9898; #int
|
||||||
|
|
Reference in a new issue