Skip to content

Commit

Permalink
Merge pull request #76 from eko/dependabot/docker/golang-1.16.0-alpin…
Browse files Browse the repository at this point in the history
…e3.12

Bump golang from 1.15-alpine3.12 to 1.16.0-alpine3.12
  • Loading branch information
eko authored Feb 24, 2021
2 parents 8d90557 + 0a17d18 commit d7d4e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG IMAGE=scratch
ARG OS=linux
ARG ARCH=amd64

FROM golang:1.15-alpine3.12 as builder
FROM golang:1.16.0-alpine3.12 as builder

WORKDIR /go/src/github.com/eko/pihole-exporter
COPY . .
Expand Down

0 comments on commit d7d4e6c

Please sign in to comment.