Merge pull request #2423 from drwetter/update_container_leap15.5

Upgrade to leap 15.5
This commit is contained in:
Dirk Wetter 2023-10-13 10:41:58 +02:00 committed by GitHub
commit 6431104d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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