Skip to content

Commit

Permalink
[TEST] Revert Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Hernández committed Nov 10, 2023
1 parent d17aeb7 commit 23730d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG RUNTIME_IMAGE=alpine:3.18
# cache sharing of the go mod download step.
# Go cross compilation is also faster than emulation the go compilation across
# multiple platforms.
FROM --platform=${BUILDPLATFORM} golang:1.19-buster AS builder
FROM golang:1.19-buster AS builder

# Copy sources
WORKDIR $GOPATH/src/github.com/oauth2-proxy/oauth2-proxy
Expand All @@ -21,7 +21,7 @@ COPY . .
# sources have changed.
ARG VERSION
ARG TARGETPLATFORM
ARG BUILDPLATFORM="linux/amd64"
ARG BUILDPLATFORM

# Build binary and make sure there is at least an empty key file.
# This is useful for GCP App Engine custom runtime builds, because
Expand Down

0 comments on commit 23730d3

Please sign in to comment.