Skip to content

Commit

Permalink
Merge pull request #94 from dockhippie/renovate/docker-digests
Browse files Browse the repository at this point in the history
chore(deps): update docker digests
  • Loading branch information
tboerger authored Jan 26, 2024
2 parents 6a171d2 + 4fb7e63 commit dc6ac52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:753f3632aab6dc06117f5215ef82403c7646612132cd336292abcd7746c0639d
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:36e1167e2def09aedf8ec44fc56e47fd5c1b44bfdd5ff1eb66622f4c69bffe86

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:ddaf3472b362398704e64f021d99ec49da526c8afd7869c75ae917f200048ec4
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:6169f3c5d5793476c5d47b3be6107c6be8519a346334f20a0016314416106c0c

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion v6.0/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:753f3632aab6dc06117f5215ef82403c7646612132cd336292abcd7746c0639d
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:36e1167e2def09aedf8ec44fc56e47fd5c1b44bfdd5ff1eb66622f4c69bffe86

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion v6.0/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:ddaf3472b362398704e64f021d99ec49da526c8afd7869c75ae917f200048ec4
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:6169f3c5d5793476c5d47b3be6107c6be8519a346334f20a0016314416106c0c

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down

0 comments on commit dc6ac52

Please sign in to comment.