Merge pull request #2547 from drwetter/drwetter-patch-1

Update to leap 15.6
This commit is contained in:
Dirk Wetter 2024-09-03 12:42:22 +02:00 committed by GitHub
commit e7c0173f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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