1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-19 21:27:58 +02:00

docker: build from debian buster

This commit is contained in:
Dan Bond 2019-10-07 17:03:15 -07:00
parent de16df232d
commit e270dd0066
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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