Skip to content

Commit

Permalink
Merge pull request #324 from acend/renovate/docker.io-ubuntu-24.x
Browse files Browse the repository at this point in the history
Update docker.io/ubuntu Docker tag to v24
  • Loading branch information
splattner committed May 20, 2024
2 parents da346f3 + 22b3bb5 commit cdf9963
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 @@ -6,7 +6,7 @@ COPY . /src

RUN hugo --environment ${TRAINING_HUGO_ENV} --minify

FROM docker.io/ubuntu:jammy AS wkhtmltopdf
FROM docker.io/ubuntu:noble AS wkhtmltopdf
RUN apt-get update \
&& apt-get install -y curl \
&& curl -L https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb --output wkhtmltox_0.12.6.1-2.jammy_amd64.deb \
Expand Down

0 comments on commit cdf9963

Please sign in to comment.