diff --git a/.github/docker_images/gcc-4.8/Dockerfile b/.github/docker_images/gcc-4.8/Dockerfile index 2c572c564c..8060565798 100644 --- a/.github/docker_images/gcc-4.8/Dockerfile +++ b/.github/docker_images/gcc-4.8/Dockerfile @@ -1,7 +1,7 @@ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 OR ISC -FROM gcc:4.8 +FROM gcc:4.8.5 VOLUME ["/awslc"]