Skip to content

Commit

Permalink
Merge pull request #13 from lukibahr/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.17
  • Loading branch information
lukibahr committed Oct 19, 2021
2 parents b73ecf5 + ff6cdb0 commit 2051b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.17-alpine as builder
WORKDIR /go/src/app
COPY . /go/src/app
RUN CGO_ENABLED=0 GOARCH=arm GOARM=7 GOOS=linux go build -a -installsuffix cgo -o /go/bin/exporter .
Expand Down

0 comments on commit 2051b9d

Please sign in to comment.