Skip to content

Commit

Permalink
Fixes arm64 build errors (#2)
Browse files Browse the repository at this point in the history
* Update Dockerfile
  • Loading branch information
themisir authored Jul 7, 2024
1 parent 31eb51e commit 7def0f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
##
## BUILD
##
FROM golang:1.21-alpine AS build
RUN apk add --update --no-cache gcc musl-dev
FROM golang:1.21-bookworm AS build

WORKDIR /build

Expand Down

0 comments on commit 7def0f0

Please sign in to comment.