Skip to content

Commit 75b7015

Browse files
author
Yuuichi Asahi
committed
update base image for gcc and rocm
1 parent 2a1d1d9 commit 75b7015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/gcc/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
44

5-
ARG BASE=ubuntu:20.04
5+
ARG BASE=ubuntu:22.04
66
FROM $BASE
77

88
ENV DEBIAN_FRONTEND=noninteractive

docker/rocm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
44

5-
ARG BASE=rocm/dev-ubuntu-20.04
5+
ARG BASE=rocm/dev-ubuntu-22.04:5.6-complete
66
FROM $BASE
77

88
ARG ADDITIONAL_PACKAGES

0 commit comments

Comments
 (0)