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 #86

Merged
merged 1 commit into from
Oct 23, 2023
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 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:e7d11257d7b8be360cdef0d4e822c44767a6f773b684ea739b78f0b46ba04871
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:629c294be8b5aca6fd886c34bc17be2d64d1ab3e8df639c09dc5bd9071dacca0

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:e12328097ba7c69fde40fc989b782687d6e1cf052cabb57b346f96b8640ab4cb
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:6ac2baa9ef90953f698340e3decf0045fd1be2fbacb3729f9e31ea68559e1195

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:e7d11257d7b8be360cdef0d4e822c44767a6f773b684ea739b78f0b46ba04871
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:629c294be8b5aca6fd886c34bc17be2d64d1ab3e8df639c09dc5bd9071dacca0

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:e12328097ba7c69fde40fc989b782687d6e1cf052cabb57b346f96b8640ab4cb
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:6ac2baa9ef90953f698340e3decf0045fd1be2fbacb3729f9e31ea68559e1195

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