aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-12-12 16:55:03 +0100
committerGitHub <noreply@github.com>2023-12-12 16:55:03 +0100
commitb7054f4274a0c78aba8d3b9e29ae23d2d6172655 (patch)
tree2cdc6a3886e02a0b1209120c0980ac73eb9ac006 /Dockerfile
parent1555b3542d7da8243abc21e6a29758ebe419e5b5 (diff)
Version 0.13.5 (#3285)v0.13.5helm-dendrite-0.13.6
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8c8f1588..523857cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,8 @@
#
# base installs required dependencies and runs go mod download to cache dependencies
#
-FROM --platform=${BUILDPLATFORM} docker.io/golang:1.21-alpine AS base
+# Pinned to alpine3.18 until https://github.com/mattn/go-sqlite3/issues/1164 is solved
+FROM --platform=${BUILDPLATFORM} docker.io/golang:1.21-alpine3.18 AS base
RUN apk --update --no-cache add bash build-base curl git
#