Skip to content

Commit 85c1595

Browse files
committed
ARG not ARGS
1 parent 3a0b9a6 commit 85c1595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hosted-ce/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARGS BASE_YUM_REPO=release
1+
ARG BASE_YUM_REPO=release
22

33
FROM opensciencegrid/compute-entrypoint:$BASE_YUM_REPO
44
LABEL maintainer "OSG Software <[email protected]>"
55

6-
ARGS BASE_YUM_REPO=release
6+
ARG BASE_YUM_REPO=release
77

88
RUN if [[ $BASE_YUM_REPO = release ]]; then \
99
yumrepo=osg-upcoming; else \

0 commit comments

Comments
 (0)