Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker digests #98

Merged
merged 1 commit into from
May 23, 2024
Merged
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 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