From e50671ca86f72d951b6557006dda6036301f6db9 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:38:42 +0000 Subject: [PATCH] chore(deps): update registry.suse.com/bci/bci-micro docker tag to v15.6.29.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94bf936d..675f5962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN \ cd /src && \ CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o /steve -FROM registry.suse.com/bci/bci-micro:15.5.11.2 +FROM registry.suse.com/bci/bci-micro:15.6.29.1 COPY --from=build /steve /usr/bin/steve # Hack to make golang do files,dns search order ENV LOCALDOMAIN=""