Describe the Change You Would Like
A clear and concise description of what you would like changed.
The README states The latest version of the PDK is also pulled in at build time. but this is incorrect, the version of the PDK is fixed here
|
&& apt-get install -y --no-install-recommends pdk=2.7.1.0-1buster \ |
sudo docker run puppet/puppet-dev-tools:4.x pdk --version
2.7.1
Describe the Change You Would Like
A clear and concise description of what you would like changed.
The README states
The latest version of the PDK is also pulled in at build time.but this is incorrect, the version of the PDK is fixed herepuppet-dev-tools/Dockerfile
Line 29 in dee7d91