Skip to content

Commit

Permalink
fix: Downgrade Go to 1.22.7 due to known ARM docker build bug
Browse files Browse the repository at this point in the history
See golang/go#68976

Signed-off-by: bwplotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Sep 20, 2024
1 parent 2098645 commit 0ddd406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.23.1@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e AS gobase
# TODO(bwplotka): Move to 1.23 once ARM QEMU building is fixed https://github.com/golang/go/issues/68976
FROM golang:1.22.7@sha256:4594271250150c1a322ed749abfd218e1a8c6eb1ade90872e325a664412e2037 AS gobase
WORKDIR /app
COPY . ./
RUN mkdir /etc/alertmanager
Expand Down

0 comments on commit 0ddd406

Please sign in to comment.