diff --git a/Dockerfile b/Dockerfile index e570baec..4b43fda2 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.6 +FROM registry.suse.com/bci/bci-micro:15.7 ARG user=steve