Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
pdk=3.3.0.0-1buster
  • Loading branch information
16c7x authored Oct 11, 2024
1 parent fefda0d commit cca0f04
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.2.0.1-1buster \
&& apt-get install -y --no-install-recommends pdk=3.3.0.0-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 cca0f04

Please sign in to comment.