From c1a2a9fe57a4fe22f052f44007d32961cc0a0cd560a994546757c7412f394a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 28 Sep 2024 08:18:18 +0000 Subject: [PATCH] [info=224eb2d749e3a42b4b215b571fefe197] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=180 --- README.md | 2 +- golang-oldstable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d478807..5191305 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ COPY . ./ RUN go build -o /hello # Bundle the application into a scratch image -FROM registry.suse.com/bci/bci-micro:15.4 +FROM registry.opensuse.org/opensuse/bci/bci-micro:latest COPY --from=build /hello /usr/local/bin/hello diff --git a/golang-oldstable-image.changes b/golang-oldstable-image.changes index 4235226..36e4efc 100644 --- a/golang-oldstable-image.changes +++ b/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller + +- fix registry references in READMEs + ------------------------------------------------------------------- Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller