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:
parent
fc87b1740e
commit
9840ef750b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:35
|
||||
FROM fedora:36
|
||||
|
||||
# Install:
|
||||
# - a few packages for convenient usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue