Skip to content

Commit 369f3a6

Browse files
committed
Fox compiler name in Dockerfile
1 parent af201d4 commit 369f3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cmake -DCMAKE_CXX_COMPILER=g++ -DRAJA_ENABLE_WARNINGS=On -DRAJA_ENABLE_WARNI
2121
make -j 6 &&\
2222
ctest -T test --output-on-failure
2323

24-
FROM ghcr.io/rse-ops/clang-ubuntu-22.04:llvm-13.0.0 AS clang13.0.0
24+
FROM ghcr.io/rse-ops/clang-ubuntu-22.04:llvm-13.0.0 AS clang13
2525
ENV GTEST_COLOR=1
2626
COPY . /home/raja/workspace
2727
WORKDIR /home/raja/workspace/build

0 commit comments

Comments
 (0)