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 06e1d04 commit 7e056dfCopy full SHA for 7e056df
Dockerfile
@@ -8,6 +8,8 @@ RUN sed -i'' -e 's/CipherString = DEFAULT@SECLEVEL=2/CipherString = DEFAULT@SECL
8
RUN sed -i'' -e 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /etc/ssl/openssl.cnf
9
10
FROM scratch AS app
11
+ARG PUPPET_VERSION
12
+ENV PUPPET_VERSION="${PUPPET_VERSION}"
13
COPY --from=ruby / /
14
WORKDIR /app
15
ENV LANG="C.UTF-8"
0 commit comments