We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a4bc47 + e4d5a43 commit 257865aCopy full SHA for 257865a
Dockerfile
@@ -1,7 +1,7 @@
1
ARG GO_VERSION=1.20
2
FROM golang:${GO_VERSION}-bookworm AS builder
3
ARG GO_VERSION
4
-ARG LLVM_MINGW64_VER=20240606
+ARG LLVM_MINGW64_VER=20241030
5
ARG LLVM_MINGW64_SRC="https://github.com/mstorsjo/llvm-mingw/releases/download"
6
ENV LLVM_MINGW64_VER="${LLVM_MINGW64_VER}"
7
ENV LLVM_MINGW64_SRC="$LLVM_MINGW64_SRC"
0 commit comments