Skip to content

Commit

Permalink
Merge pull request #94 from lightsparkdev/fix/bumpgoversion
Browse files Browse the repository at this point in the history
Bump to go version of the docker builder to fix build issue
  • Loading branch information
jklein24 authored Apr 4, 2024
2 parents 6284522 + 28c549c commit a631538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20-bookworm as builder
FROM --platform=$BUILDPLATFORM golang:1.21-bookworm as builder

ARG TARGETOS TARGETARCH
RUN echo "$TARGETARCH" | sed 's,arm,aarch,;s,amd,x86_,' > /tmp/arch
Expand Down

0 comments on commit a631538

Please sign in to comment.