kaniko/integration/dockerfiles/Dockerfile_test_arg_two_level

4 lines
38 B
Plaintext

ARG A=3.9
ARG B=alpine:${A}
FROM ${B}