From 5b630912b31d8893ae6ad190c8bb56c84005a8df Mon Sep 17 00:00:00 2001 From: Max Sokolovsky Date: Wed, 13 Sep 2023 10:00:48 -0400 Subject: [PATCH] Use a less specific base bci-micro:15.5 to get the latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aabacc9e..c2729050 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.5 ARG user=steve