1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-19 17:26:57 +00:00

Use a less specific base bci-micro:15.5 to get the latest version

This commit is contained in:
Max Sokolovsky 2023-09-13 10:00:48 -04:00
parent 420ada5efb
commit 5b630912b3

View File

@ -7,7 +7,7 @@ RUN \
cd /src && \ cd /src && \
CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o /steve 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.5
ARG user=steve ARG user=steve