Skip to content

Commit

Permalink
docker: build from debian buster
Browse files Browse the repository at this point in the history
Dan Bond committed Oct 8, 2019
1 parent de16df2 commit e270dd0
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-stretch AS builder
FROM golang:1.13-buster AS builder

# Download tools
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-stretch AS builder
FROM golang:1.13-buster AS builder

# Download tools
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
2 changes: 1 addition & 1 deletion Dockerfile.armv6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-stretch AS builder
FROM golang:1.13-buster AS builder

# Download tools
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1

0 comments on commit e270dd0

Please sign in to comment.