I’m upgrading the golang picture in my challenge’s Dockerfile
earlier model:FROM golang:1.23.4-alpine3.19 AS builder
Present model:FROM golang:1.24.0-alpine3.21 AS builder
Now the picture construct is failing with the next error.
5.902 /workdir/impl/solClientOS.c:4736:(.textual content+0x3204c): undefined reference to __strdup' 5.902 /usr/lib/gcc/aarch64-alpine-linux-musl/14.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /go/pkg/mod/solace.dev/go/messaging@v1.7.0/inside/ccsmp/lib/linux_arm64/libsolclient.a(libsolclient.o): in perform
setHost’:
Can somebody guild me learn how to repair it.
Thanks.