From 633503cd17219766d2a77f18abefd3b4e6bd9be5 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 15 Mar 2025 16:02:32 +0100 Subject: [PATCH] Fix complaint wrt Lowercase "as" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c5db47..47f0508 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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