We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f7592 commit f0391bbCopy full SHA for f0391bb
dockerfiles/Dendrite.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13-stretch as build
+FROM golang:1.15-stretch as build
2
RUN apt-get update && apt-get install -y sqlite3
3
WORKDIR /build
4
dockerfiles/DendritePostgres.Dockerfile
RUN apt-get update && apt-get install -y postgresql
0 commit comments