mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Also pin Pinecone and Yggdrasil demo
This commit is contained in:
parent
b7054f4274
commit
d65449c782
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM docker.io/golang:1.21-alpine AS base
|
||||
# Pinned to alpine3.18 until https://github.com/mattn/go-sqlite3/issues/1164 is solved
|
||||
FROM docker.io/golang:1.21-alpine3.18 AS base
|
||||
|
||||
#
|
||||
# Needs to be separate from the main Dockerfile for OpenShift,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM docker.io/golang:1.21-alpine AS base
|
||||
# Pinned to alpine3.18 until https://github.com/mattn/go-sqlite3/issues/1164 is solved
|
||||
FROM docker.io/golang:1.21-alpine3.18 AS base
|
||||
|
||||
#
|
||||
# Needs to be separate from the main Dockerfile for OpenShift,
|
||||
|
|
Loading…
Reference in a new issue