bump fedora to version 36
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-05-16 16:24:52 +02:00
parent f1754e6e32
commit ea93c12d9e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 && \