Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

chore(docker): update docker digests #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v20.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloud/base:20.04-amd64@sha256:b180253488660bdbed00f87ed4d290b16511a5fcda106c55f52cb223dc31b5c3
FROM owncloud/base:20.04-amd64@sha256:0c4d78da3b3247a30310581c1e7d3129c3a44ef4caa26c8a7d5cc923bdab916e

ARG DOC_VERSION=10.10
ENV DOC_VERSION ${DOC_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion v20.04/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloud/base:20.04-arm64v8@sha256:77d3fac3739b4fb7cfbbbad66cab2cd783c5c55b2fa74238f9c23e0799ce0965
FROM owncloud/base:20.04-arm64v8@sha256:72b83eecca6883d8e6f3b3346d6f955508fe88ef8b8366049a20899993e901c9

ARG DOC_VERSION=10.10
ENV DOC_VERSION ${DOC_VERSION}
Expand Down