Skip to content

Commit ebbffb8

Browse files
Merge pull request #14129 from KratosMultiphysics/scripts/update-gcc13-rocky
[Scripts][Docker] Update GCC in Rocky Docker image to version 13
2 parents 139d6fe + a326cfc commit ebbffb8

File tree

1 file changed

+2
-2
lines changed
  • scripts/docker_files/docker_file_ci_rockylinux8

1 file changed

+2
-2
lines changed

scripts/docker_files/docker_file_ci_rockylinux8/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ USER root
44

55
ENV HOME /root
66

7-
# Install devtools 11
8-
RUN dnf -y install gcc-toolset-11
7+
# Install devtools 13
8+
RUN dnf -y install gcc-toolset-13
99

1010
# Enable devtools 11 every time a shell is started
1111
# TODO: /etc/bashrc is never executed so this line does not fulfill its purpose => fix it.

0 commit comments

Comments
 (0)