Skip to content

Commit 7def0f0

Browse files
authored
Fixes arm64 build errors (#2)
* Update Dockerfile
1 parent 31eb51e commit 7def0f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
##
22
## BUILD
33
##
4-
FROM golang:1.21-alpine AS build
5-
RUN apk add --update --no-cache gcc musl-dev
4+
FROM golang:1.21-bookworm AS build
65

76
WORKDIR /build
87

0 commit comments

Comments
 (0)