Skip to content

Commit

Permalink
update base image for gcc and rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jul 29, 2024
1 parent 2a1d1d9 commit 75b7015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception

ARG BASE=ubuntu:20.04
ARG BASE=ubuntu:22.04
FROM $BASE

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception

ARG BASE=rocm/dev-ubuntu-20.04
ARG BASE=rocm/dev-ubuntu-22.04:5.6-complete
FROM $BASE

ARG ADDITIONAL_PACKAGES
Expand Down

0 comments on commit 75b7015

Please sign in to comment.