We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44edb9c commit e44f08dCopy full SHA for e44f08d
Dockerfile
@@ -1,5 +1,5 @@
1
-ARG GO_VERSION=1.20
2
-FROM golang:${GO_VERSION}-bookworm AS builder
+ARG GO_VERSION=1.24
+FROM golang:${GO_VERSION}-trixie AS builder
3
ARG GO_VERSION
4
ARG LLVM_MINGW64_VER=20241030
5
ARG LLVM_MINGW64_SRC="https://github.com/mstorsjo/llvm-mingw/releases/download"
@@ -11,7 +11,7 @@ COPY --chmod=0755 scripts/setup-llvm-mingw64.sh /tmp/
11
RUN /tmp/setup-llvm-mingw64.sh
12
13
14
-FROM golang:${GO_VERSION}-bookworm
+FROM golang:${GO_VERSION}-trixie
15
16
RUN apt update &&\
17
apt install \
0 commit comments