Skip to content

Commit

Permalink
Bump fedora from 39 to 40 (#454)
Browse files Browse the repository at this point in the history
Bumps fedora from 39 to 40.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 311b6e6 commit 62c863b
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 @@ -12,7 +12,7 @@ RUN pip install -r requirements.in -c requirements.txt
RUN nikola build --strict

# Host the community website on a caddy web server
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:40
EXPOSE 8080
RUN dnf install --setopt=install_weak_deps=False --best -y caddy && dnf clean all
COPY --from=builder /community-website/output/ /var/www/html/
Expand Down

0 comments on commit 62c863b

Please sign in to comment.