Switch to 15.4, 15.3 has been deleted

This commit is contained in:
Dirk Mueller 2023-01-25 14:04:26 +01:00
parent c53e264aa2
commit 3e9a25f14f
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
#!BuildTag: osrt_miniobs
FROM opensuse/leap:15.3
FROM opensuse/leap:15.4
RUN zypper ar http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.3/ 'O:S:U'; \
RUN zypper ar http://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.4/ 'O:S:U'; \
zypper --gpg-auto-import-keys refresh
RUN zypper install -y obs-api obs-worker obs-server \