1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-18 08:20:36 +00:00

chore(deps): update registry.suse.com/bci/bci-micro docker tag to v15.5.11.2

This commit is contained in:
renovate-rancher[bot]
2023-07-21 04:39:51 +00:00
committed by GitHub
parent d040cffef3
commit 64c8a50866

View File

@@ -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=""