commit 1982bed68a897cf5e99902ed9200a9d3614828f9
parent e2770048480c85f98741e8344ca0db854ea700e2
Author: Devan Carpenter <devan@taler.net>
Date: Thu, 26 Oct 2023 11:07:32 -0400
sandcastle-ng: use full registry name for base
Specifying the registry in the image name is OCI runtime agnostic,
instead of docker-specific.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandcastle-ng/Dockerfile b/sandcastle-ng/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:bookworm AS base-system
+FROM docker.io/library/debian:bookworm AS base-system
# FIXMEs:
# - debian packages should be built with a nightly tag