Skip to content

Commit 0cc5c1a

Browse files
author
Nicolas Rochelemagne
committed
Provide access to BASE and CPANOUTDATED
1 parent 1796acf commit 0cc5c1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ ARG BASE
22
ARG CPANOUTDATED
33
FROM perl:${BASE}
44

5+
# redefine after the FROM
6+
ARG BASE
7+
ARG CPANOUTDATED
58
ENV BASE_IMAGE=${BASE}
69

710
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

0 commit comments

Comments
 (0)