We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21a05c commit c713a09Copy full SHA for c713a09
.github/docker_images/alpine-linux/Dockerfile
@@ -1,7 +1,8 @@
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0 OR ISC
3
4
-FROM alpine:latest
+# TODO(CryptoAlg-2491 & Issue#2010): latest pins to gcc-14, but it's broken with FIPS.
5
+FROM alpine:3.20
6
7
ARG CC=gcc
8
ARG CXX=g++
0 commit comments