From d2991bdb3bb4bfc2b7e6af37444837667053ebe6 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Wed, 16 Jul 2025 16:04:16 +0200 Subject: [PATCH] testing --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1c1e0ca2..200553c7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ # We want to automatically use the latest. We also don't tag our images with a version. # hadolint ignore=DL3007 -FROM oci.stackable.tech/sdp/ubi9-rust-builder:latest AS builder +FROM oci.stackable.tech/sandbox/ubi9-rust-builder:latest AS builder # We want to automatically use the latest.