Update to leap 15.6

as EOL for 15.5 is not very far away
This commit is contained in:
Dirk Wetter 2024-09-02 17:52:27 +02:00 committed by GitHub
parent b132a26432
commit a9fcf443fa
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.5
ARG LEAP_VERSION=15.6
ARG INSTALL_ROOT=/rootfs
FROM opensuse/leap:${LEAP_VERSION} as builder