Bump docker file so it builds again. (#18)

This commit is contained in:
Paulo Edgar Castro 2021-10-14 19:24:47 +01:00 committed by GitHub
parent 3fa623b162
commit ba2c117d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
language: go
go:
- "1.13"
- "1.17"
go_import_path: github.com/stapelberg/dnsmasq_exporter

View File

@ -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