Skip to content

Commit f0391bb

Browse files
committed
Go 1.15 for Dendrite docker images
1 parent 76f7592 commit f0391bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/Dendrite.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-stretch as build
1+
FROM golang:1.15-stretch as build
22
RUN apt-get update && apt-get install -y sqlite3
33
WORKDIR /build
44

dockerfiles/DendritePostgres.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-stretch as build
1+
FROM golang:1.15-stretch as build
22
RUN apt-get update && apt-get install -y postgresql
33
WORKDIR /build
44

0 commit comments

Comments
 (0)