summaryrefslogtreecommitdiffstats
path: root/dockerclient/testdata/Dockerfile.envsubst
blob: 85741ce71050c0f720b2ecfc60a4984a893be534 (plain)
1
2
3
4
FROM busybox

ENV FOO="value"
LABEL test="$FOO"