Skip to content

Commit 7e056df

Browse files
committed
consume puppet version in dockerfile
1 parent 06e1d04 commit 7e056df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN sed -i'' -e 's/CipherString = DEFAULT@SECLEVEL=2/CipherString = DEFAULT@SECL
88
RUN sed -i'' -e 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /etc/ssl/openssl.cnf
99

1010
FROM scratch AS app
11+
ARG PUPPET_VERSION
12+
ENV PUPPET_VERSION="${PUPPET_VERSION}"
1113
COPY --from=ruby / /
1214
WORKDIR /app
1315
ENV LANG="C.UTF-8"

0 commit comments

Comments
 (0)