We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1796acf commit 0cc5c1aCopy full SHA for 0cc5c1a
Dockerfile
@@ -2,6 +2,9 @@ ARG BASE
2
ARG CPANOUTDATED
3
FROM perl:${BASE}
4
5
+# redefine after the FROM
6
+ARG BASE
7
+ARG CPANOUTDATED
8
ENV BASE_IMAGE=${BASE}
9
10
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
0 commit comments