Skip to content

Commit

Permalink
Merge pull request #149 from puppetlabs/pdk3.2
Browse files Browse the repository at this point in the history
updated to the latest version of pdk
  • Loading branch information
Magisus authored May 21, 2024
2 parents 0990c7a + 919560d commit fefda0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get install -y apt-utils \
&& wget https://apt.puppet.com/puppet-tools-release-buster.deb \
&& dpkg -i puppet-tools-release-buster.deb \
&& apt-get update -qq \
&& apt-get install -y --no-install-recommends pdk=3.0.1.3-1buster \
&& apt-get install -y --no-install-recommends pdk=3.2.0.1-1buster \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /opt/puppetlabs/pdk/private/puppet/ruby/2.5.0/gems/httpclient-2.8.3/sample/ssl/* \
Expand Down

0 comments on commit fefda0d

Please sign in to comment.