Skip to content

Commit

Permalink
Merge pull request #98 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 committed May 23, 2024
2 parents 09300ba + 123e8e9 commit 58615cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v4.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:c8428500173f123bc2610cda6be20a7519b60486ee933cf8a859b3bea4fe8c33
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:461002387eefb73d1c305ac444e5e9349438a74f2641cacfab9bbdc20b4538fd

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion v4.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:20dc362fd46930a0e825e90460d814dc86e34efe1f66ee9129a608787698c7d6
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:3bd770840de6bbc1d556c548ae47c8c59802212820caaef01e793d2b68d40a29

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion v5.0/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:c8428500173f123bc2610cda6be20a7519b60486ee933cf8a859b3bea4fe8c33
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:461002387eefb73d1c305ac444e5e9349438a74f2641cacfab9bbdc20b4538fd

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion v5.0/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:20dc362fd46930a0e825e90460d814dc86e34efe1f66ee9129a608787698c7d6
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:3bd770840de6bbc1d556c548ae47c8c59802212820caaef01e793d2b68d40a29

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

0 comments on commit 58615cb

Please sign in to comment.