Upgrade to leap 15.5

This commit is contained in:
Dirk 2023-10-13 10:36:05 +02:00
parent b21c5ee780
commit dda89c629e

View File

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