Skip to content

Commit

Permalink
Merge pull request #105 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 Jul 1, 2024
2 parents 59ae0f5 + f32e706 commit 83f040b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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:8c0a19166614045b6b7c66e3bad1021f047906c43b7dc0e6a55e6898f2780eab
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:f92656ec076e33d80a635230ae6299b2268aeaf0f0f57db1bb10b09136911f0e

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:481dd18926020875e4f91ffd3af5713fdd60a33a14eb80a5325ce602309aa9f6
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:d2eeb35c6c5040c9674e39f5117efd4660d9a1ac4afd2e0f119e32b56bf50c00

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

VOLUME ["/var/lib/mongodb", "/var/lib/backup"]
EXPOSE 27017 27018 27019
Expand Down
2 changes: 1 addition & 1 deletion v4.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/ubuntu:18.04-amd64@sha256:540f4237d46533ea1c389f1efe48ca0ab9ed69fecef58c0513936f12d9f05b16
FROM ghcr.io/dockhippie/ubuntu:18.04-amd64@sha256:e4557045825706f60b9e9190584b833f881279fae569f1ff322d078033ab8541

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:5007926752fb857526fcab3578096bf9b5571a3d1ba5d8652c832b361f0d36a1
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:2872eabc8805ce165c40cf80811f6622e4ac5e453f36f5bb88c0e11d928b0f24

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:cc1b7c118237e82e35364adf5125afd26e99ac773ae29dea74d214057dfc4065
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:4ef92e462c6f2ff3d326f59dcfdc8a95bd848ac7c3d86e511ba34077e4d26794

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:5007926752fb857526fcab3578096bf9b5571a3d1ba5d8652c832b361f0d36a1
FROM ghcr.io/dockhippie/ubuntu:20.04-amd64@sha256:2872eabc8805ce165c40cf80811f6622e4ac5e453f36f5bb88c0e11d928b0f24

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:cc1b7c118237e82e35364adf5125afd26e99ac773ae29dea74d214057dfc4065
FROM ghcr.io/dockhippie/ubuntu:20.04-arm64@sha256:4ef92e462c6f2ff3d326f59dcfdc8a95bd848ac7c3d86e511ba34077e4d26794

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:8c0a19166614045b6b7c66e3bad1021f047906c43b7dc0e6a55e6898f2780eab
FROM ghcr.io/dockhippie/ubuntu:22.04-amd64@sha256:f92656ec076e33d80a635230ae6299b2268aeaf0f0f57db1bb10b09136911f0e

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:481dd18926020875e4f91ffd3af5713fdd60a33a14eb80a5325ce602309aa9f6
FROM ghcr.io/dockhippie/ubuntu:22.04-arm64@sha256:d2eeb35c6c5040c9674e39f5117efd4660d9a1ac4afd2e0f119e32b56bf50c00

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

0 comments on commit 83f040b

Please sign in to comment.