mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: update Fedora image to version 34
This commit is contained in:
parent
069a7611ab
commit
f2431d3ba5
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
###################################################################################
|
||||
|
||||
ARG DISTRO=fedora
|
||||
ARG FEDORA_VERSION=33
|
||||
ARG FEDORA_VERSION=34
|
||||
ARG ARCH=x86_64
|
||||
ARG TRIPLET=x86_64-linux-gnu
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
###################################################################################
|
||||
|
||||
ARG DISTRO=fedora
|
||||
ARG FEDORA_VERSION=33
|
||||
ARG FEDORA_VERSION=34
|
||||
FROM ${DISTRO}:${FEDORA_VERSION} AS dev
|
||||
|
||||
# Toolchain
|
||||
|
|
Loading…
Add table
Reference in a new issue