Skip to content

Commit 9bbf0fe

Browse files
committed
ARG BASE_IMAGE
1 parent b5bf743 commit 9bbf0fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5+
ARG \
6+
BASE_IMAGE
7+
58
FROM ${BASE_IMAGE}
69

710
LABEL \

0 commit comments

Comments
 (0)