feat: ubuntu:focal-20220113 base image.

This commit is contained in:
Peter Johanson 2021-10-26 00:32:18 -04:00 committed by Pete Johanson
parent c94dce1726
commit edb0828240

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal-20210609 AS common FROM ubuntu:focal-20220113 AS common
CMD ["/bin/bash"] CMD ["/bin/bash"]
@ -106,4 +106,4 @@ RUN \
FROM dev-generic AS dev FROM dev-generic AS dev
COPY --from=build ${ZEPHYR_SDK_INSTALL_DIR} ${ZEPHYR_SDK_INSTALL_DIR} COPY --from=build ${ZEPHYR_SDK_INSTALL_DIR} ${ZEPHYR_SDK_INSTALL_DIR}