1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-29 22:06:58 +02:00

Merge pull request from syscll/debian-buster

docker: build from debian buster
This commit is contained in:
Joel Speed 2019-10-08 11:22:36 +01:00 committed by GitHub
commit 63da5c64db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

@ -3,7 +3,8 @@
## Changes since v4.0.0
- [#227](https://github.com/pusher/oauth2_proxy/pull/227) Add Keycloak provider (@Ofinka)
- [#271](https://github.com/pusher/oauth2_proxy/pull/271) Support Go 1.13 (@dio)
- [#273](https://github.com/pusher/oauth2_proxy/pull/273) Support Go 1.13 (@dio)
- [#275](https://github.com/pusher/oauth2_proxy/pull/275) docker: build from debian buster (@syscll)
# v4.0.0

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

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

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