Devcontainer update to Fedora 36.

The staticfiles dependency updated to support Go 1.18 generics in the
2022.1 release. This prevents the devcontainer (which has Go 1.16) from
being built. This moves the container to Fedora 36 which provides Go
1.18.
This commit is contained in:
Simon de Vlieger 2022-05-03 12:36:23 +02:00 committed by Ondřej Budai
parent fc87b1740e
commit 9840ef750b

View file

@ -1,4 +1,4 @@
FROM fedora:35
FROM fedora:36
# Install:
# - a few packages for convenient usage