We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31eb51e commit 7def0f0Copy full SHA for 7def0f0
Dockerfile
@@ -1,8 +1,7 @@
1
##
2
## BUILD
3
4
-FROM golang:1.21-alpine AS build
5
-RUN apk add --update --no-cache gcc musl-dev
+FROM golang:1.21-bookworm AS build
6
7
WORKDIR /build
8
0 commit comments