Skip to content

Commit a326cfc

Browse files
[Scripts][Rocky] Update GCC in Rocky Docker image to version 13
1 parent b55d643 commit a326cfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • scripts/docker_files/docker_file_ci_rockylinux8

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)