Revert "Update Dockerfile to leap 15.6"

This commit is contained in:
Dirk Wetter 2024-09-06 17:53:58 +02:00 committed by GitHub
parent a20fd796e8
commit bb7d9f4ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1
ARG LEAP_VERSION=15.6
ARG LEAP_VERSION=15.5
ARG INSTALL_ROOT=/rootfs
FROM opensuse/leap:${LEAP_VERSION} as builder