Skip to content

Commit

Permalink
chore(deps): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2022
1 parent 11d4f8e commit eceaf95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/linux_amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
owncloud:
image: owncloud/qnap:10.10.0-amd64@sha256:d3ce17fed1c0000bb646cfe83713d8c9b964449c89a852a1aa8676e6d99d7b23
image: owncloud/qnap:10.10.0-amd64@sha256:14e0957b0807170123cd5ea6646836053413f5b8b361f705298c70e37d51e240
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
driver: "local"

db:
image: postgres:13.8-alpine@sha256:fc3670fa23119159394dfdb98eee89b30ef5a506791aea6ff7d8a4e73a8cd4a4
image: postgres:13.8-alpine@sha256:eabd4b4fd294f4806ad350db4b42b6262d260e9dca63eb86d2fbbf4c342ffe25
environment:
- POSTGRES_DB=owncloud
- POSTGRES_PASSWORD=owncloud
Expand Down
2 changes: 1 addition & 1 deletion data/linux_arm_v7/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
owncloud:
image: owncloud/qnap:10.10.0-arm32v7@sha256:6a6f17b3e4ef10451e5e04cff94c1b2d3425af17727154513690271038b93471
image: owncloud/qnap:10.10.0-arm32v7@sha256:1fe88ba6d36c42fef79276df4786a856f26edb7e6f03d183608eb88057d474b6
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down

0 comments on commit eceaf95

Please sign in to comment.