Skip to content

Commit

Permalink
Update Dendrite dockerfile to Go 1.19.1 (matrix-org#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1a8510f2 authored Sep 27, 2022
1 parent dde7e9a commit 221e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dendrite.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG SYTEST_IMAGE_TAG=buster
FROM matrixdotorg/sytest:${SYTEST_IMAGE_TAG}

ARG GO_VERSION=1.18.3
ARG GO_VERSION=1.19.1
ARG TARGETARCH
ENV GO_DOWNLOAD https://dl.google.com/go/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz

Expand Down

0 comments on commit 221e1bb

Please sign in to comment.