feat: change parent (base) image to ubuntu
Aligns with Zephyr and avoids Debian compatibility issues (cmake 3.15, libcurl4, python 3.8). PR: zmkfirmware/zmk-docker#80
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:stable-20210511-slim AS common
|
||||
FROM ubuntu:focal-20210416 AS common
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
|
Reference in New Issue
Block a user