Merge pull request #2920 from tuunit/fix/missing-version-during-docker-built
fix: missing oauth2-proxy version for docker builds
This commit is contained in:
		
						commit
						46b3b261af
					
				|  | @ -9,6 +9,7 @@ | ||||||
| ## Changes since v7.8.0 | ## Changes since v7.8.0 | ||||||
| 
 | 
 | ||||||
| - [#2887](https://github.com/oauth2-proxy/oauth2-proxy/issues/2887) fix: jwt regex validation error during skip-jwt-bearer-tokens flow | - [#2887](https://github.com/oauth2-proxy/oauth2-proxy/issues/2887) fix: jwt regex validation error during skip-jwt-bearer-tokens flow | ||||||
|  | - [#2920](https://github.com/oauth2-proxy/oauth2-proxy/pull/2920) fix: missing oauth2-proxy version for docker builds | ||||||
| 
 | 
 | ||||||
| # V7.8.0 | # V7.8.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -23,6 +23,7 @@ COPY . . | ||||||
| #  sources have changed. | #  sources have changed. | ||||||
| ARG TARGETPLATFORM | ARG TARGETPLATFORM | ||||||
| ARG BUILDPLATFORM | ARG BUILDPLATFORM | ||||||
|  | ARG VERSION | ||||||
| 
 | 
 | ||||||
| # Build binary and make sure there is at least an empty key file. | # Build binary and make sure there is at least an empty key file. | ||||||
| #  This is useful for GCP App Engine custom runtime builds, because | #  This is useful for GCP App Engine custom runtime builds, because | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue