Skip to content

Commit 5f08e0a

Browse files
Merge pull request #6 from opensciencegrid/SOFTWARE-4457.series-specific-base
Use series/dver specific base tag
2 parents 22c5791 + 83dcb0c commit 5f08e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Specify the opensciencegrid/software-base image tag
66
ARG BASE_YUM_REPO=release
77

8-
FROM opensciencegrid/software-base:$BASE_YUM_REPO AS base
8+
FROM opensciencegrid/software-base:3.5-el7-$BASE_YUM_REPO AS base
99
LABEL maintainer "OSG Software <[email protected]>"
1010

1111
# previous arg has gone out of scope

0 commit comments

Comments
 (0)