From a288f208598709ce31cc4984a541588b8b2e00ee84e390729a27fe003db78fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 28 Sep 2024 08:18:19 +0000 Subject: [PATCH] [info=93ad2f1ac937a7b82c575f205aa3b756] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-stable-image?expand=0&rev=180 --- README.md | 2 +- golang-stable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e58cc5..7b1a8f6 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-stable-image.changes b/golang-stable-image.changes index dac3362..2934c59 100644 --- a/golang-stable-image.changes +++ b/golang-stable-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