1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

update Fedora version 36

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-01-11 12:16:28 +01:00
parent 3d052cdf6f
commit 59bd1dea56
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
###################################################################################
ARG DISTRO=fedora
ARG FEDORA_VERSION=34
ARG FEDORA_VERSION=36
ARG REF=unknown
FROM ${DISTRO}:${FEDORA_VERSION} AS dev

View file

@ -5,7 +5,7 @@
# @license Apache 2.0
###################################################################################
FROM fedora:35
FROM fedora:36
RUN dnf -y install \
git \