Merge pull request #168 from wblew/bump-golang-1_20

bump golang to 1.20.1 to address  buildvcs=true failure
This commit is contained in:
Vincent Composieux 2023-03-01 22:42:33 +01:00 committed by GitHub
commit 4a662b5d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ARG IMAGE=scratch
ARG OS=linux
ARG ARCH=amd64
FROM golang:1.19.3-alpine3.15 as builder
FROM golang:1.20.1-alpine3.17 as builder
WORKDIR /go/src/github.com/eko/pihole-exporter
COPY . .