Skip to content

Commit

Permalink
Bump golang from 1.15-alpine3.12 to 1.16.0-alpine3.12
Browse files Browse the repository at this point in the history
Bumps golang from 1.15-alpine3.12 to 1.16.0-alpine3.12.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 17, 2021
1 parent 8d90557 commit 0a17d18
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 0a17d18

Please sign in to comment.