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

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

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

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
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:a43d8118c863a806c587ff77896161b2c2e89a8f9e3ac72752a56816d8e1e432
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:33ed4908d06f181d485cbdaaa2d24033d6733809a7008b68f1a2111c65289fa5

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:487342350e8812f7a33f81a87a4a988bbdebd0bb2aaba128fd59be1fc9271269
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:fe033daf09c98e8c808e09d815a1304c72200236ecb45bffd05a0aedf8e46647

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:a43d8118c863a806c587ff77896161b2c2e89a8f9e3ac72752a56816d8e1e432
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:33ed4908d06f181d485cbdaaa2d24033d6733809a7008b68f1a2111c65289fa5

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:487342350e8812f7a33f81a87a4a988bbdebd0bb2aaba128fd59be1fc9271269
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:fe033daf09c98e8c808e09d815a1304c72200236ecb45bffd05a0aedf8e46647

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

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

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