We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1d1d9 commit 75b7015Copy full SHA for 75b7015
docker/gcc/Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
4
5
-ARG BASE=ubuntu:20.04
+ARG BASE=ubuntu:22.04
6
FROM $BASE
7
8
ENV DEBIAN_FRONTEND=noninteractive
docker/rocm/Dockerfile
-ARG BASE=rocm/dev-ubuntu-20.04
+ARG BASE=rocm/dev-ubuntu-22.04:5.6-complete
ARG ADDITIONAL_PACKAGES
0 commit comments