Skip to content

Commit

Permalink
updated to the latest version of pdk
Browse files Browse the repository at this point in the history
  • Loading branch information
16c7x committed May 21, 2024
1 parent 0990c7a commit 919560d
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 919560d

Please sign in to comment.