mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-05 22:38:54 +01:00
Use Go 1.12 for dockerfile temporarily. Fixes #99
This commit is contained in:
parent
22fb5c125d
commit
f0ad1456e2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1-alpine AS builder
|
||||
FROM golang:1.12-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache git ca-certificates build-base su-exec
|
||||
|
||||
|
|
Loading…
Reference in a new issue