diff --git a/README.md b/README.md index cb7644f..c6b5db2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ COPY . ./ RUN javac Hello.java # Bundle the application into OpenJDK runtime image -FROM registry.suse.com/bci/openjdk:11 +FROM registry.opensuse.org/opensuse/bci/openjdk:11 WORKDIR /app diff --git a/openjdk-11-devel-image.changes b/openjdk-11-devel-image.changes index 547f553..1214b00 100644 --- a/openjdk-11-devel-image.changes +++ b/openjdk-11-devel-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