Bump golang from 1.16-alpine3.13 to 1.17.0-alpine3.13
Bumps golang from 1.16-alpine3.13 to 1.17.0-alpine3.13. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ad8778b523
commit
112819e7ad
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ ARG IMAGE=scratch
|
|||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
|
||||
FROM golang:1.16-alpine3.13 as builder
|
||||
FROM golang:1.17.0-alpine3.13 as builder
|
||||
|
||||
WORKDIR /go/src/github.com/eko/pihole-exporter
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue