From 64c8a508666651ab972e20c9301c74039e0ce8f4 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 04:39:51 +0000 Subject: [PATCH] chore(deps): update registry.suse.com/bci/bci-micro docker tag to v15.5.11.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6974cdc..6f7a3010 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.4.15.1 +FROM registry.suse.com/bci/bci-micro:15.5.11.2 COPY --from=build /steve /usr/bin/steve # Hack to make golang do files,dns search order ENV LOCALDOMAIN=""