Bump docker file so it builds again. (#18)
This commit is contained in:
parent
3fa623b162
commit
ba2c117d6a
@ -7,7 +7,7 @@ services:
|
||||
|
||||
language: go
|
||||
go:
|
||||
- "1.13"
|
||||
- "1.17"
|
||||
go_import_path: github.com/stapelberg/dnsmasq_exporter
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# build stage
|
||||
FROM golang:1.12.6-stretch AS build-env
|
||||
FROM golang:1.17.2-stretch AS build-env
|
||||
ADD . /src
|
||||
ENV CGO_ENABLED=0
|
||||
WORKDIR /src
|
||||
|
Loading…
x
Reference in New Issue
Block a user