diff --git a/Dockerfile b/Dockerfile index ef35b53..29ba208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.3 -FROM registry.fedoraproject.org/fedora-minimal:35 +FROM registry.fedoraproject.org/fedora-minimal:36 ARG BUILD_DATE ARG VCS_REF diff --git a/README.md b/README.md index 761411a..01f5af4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The image is rebuilt nightly to ensure it always has the latest packages. development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-fedora-cpp) ## What you get -* updated `registry.fedoraproject.org/fedora-minimal:35` image +* updated `registry.fedoraproject.org/fedora-minimal:36` image * the result of ```sh microdnf install --nodocs dnf dnf-plugins-core -y && \