Skip to content

Commit c713a09

Browse files
Use gcc-13 for alpine linux ci
1 parent c21a05c commit c713a09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/docker_images/alpine-linux/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0 OR ISC
33

4-
FROM alpine:latest
4+
# TODO(CryptoAlg-2491 & Issue#2010): latest pins to gcc-14, but it's broken with FIPS.
5+
FROM alpine:3.20
56

67
ARG CC=gcc
78
ARG CXX=g++

0 commit comments

Comments
 (0)