Skip to content

Commit 633503c

Browse files
committed
Fix complaint wrt Lowercase "as"
1 parent 430c5c8 commit 633503c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG LEAP_VERSION=15.6
44
ARG INSTALL_ROOT=/rootfs
55

6-
FROM opensuse/leap:${LEAP_VERSION} as builder
6+
FROM opensuse/leap:${LEAP_VERSION} AS builder
77
ARG CACHE_ZYPPER=/tmp/cache/zypper
88
ARG INSTALL_ROOT
99

0 commit comments

Comments
 (0)