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"]