Fix complaint wrt Lowercase "as"

This commit is contained in:
Dirk 2025-03-15 16:02:32 +01:00
parent 430c5c8d09
commit 633503cd17

View File

@ -3,7 +3,7 @@
ARG LEAP_VERSION=15.6
ARG INSTALL_ROOT=/rootfs
FROM opensuse/leap:${LEAP_VERSION} as builder
FROM opensuse/leap:${LEAP_VERSION} AS builder
ARG CACHE_ZYPPER=/tmp/cache/zypper
ARG INSTALL_ROOT