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 Nov 20, 2022
1 parent d46feb8 commit a93493c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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:ffd9c6bb8903dd8cb66199bdd301cf885674d287b36ba5a91ecdc59193ef6535
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:4ae1cf0ccaa11c25b90103553beecb7c4e5b44cfdf3bf81171ec784de8b79df4
environment:
- POSTGRES_DB=owncloud
- POSTGRES_PASSWORD=owncloud
Expand Down
4 changes: 2 additions & 2 deletions 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:c2ea8fa148b8c8980259ed9ec033038aae483e1d7ebd2ba4238027a493142c60
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
driver: "local"

db:
image: arm32v7/postgres:13.8-alpine@sha256:fcfe6f355a4310efc60402e1be4485c61c9c0f8f7366ba0cc5da6c715f173689
image: arm32v7/postgres:13.8-alpine@sha256:27ad7279d101aff57cd1335bedfed91c56a863a46b7779acceee469accece374
environment:
- POSTGRES_DB=owncloud
- POSTGRES_PASSWORD=owncloud
Expand Down

0 comments on commit a93493c

Please sign in to comment.