Merge pull request #6323 from fidencio/topic/fix-make-shim-v2-tarball-on-aarch64

shim-v2: Bump Ubuntu container image  to 22.04
This commit is contained in:
Fabiano Fidêncio
2023-02-20 14:57:34 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \