mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-23 10:29:20 +00:00
fix(console): angular 13, grpc web 1.3.0, dependencies (#2688)
* cli core, migrations * material * input directive * fresh lock * update oidc lib * use angular-eslint next for ng 13 * clean lock * change qrcode lib, env * eslint * deps * grpc libs update, grpc web 1.0.3, rev env * remove grpc-web from build/zitadel/Dockerfile Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ ENV PROTOC_ARCH x86_64
|
||||
FROM ${BUILDARCH}-base AS base
|
||||
ARG PROTOC_VERSION=3.13.0
|
||||
ARG PROTOC_ZIP=protoc-${PROTOC_VERSION}-linux-${PROTOC_ARCH}.zip
|
||||
ARG GRPC_WEB_VERSION=1.2.1
|
||||
ARG GRPC_WEB_VERSION=1.3.0
|
||||
# no arm specific version available and x86 works fine at the moment:
|
||||
ARG GRPC_WEB=protoc-gen-grpc-web-${GRPC_WEB_VERSION}-linux-x86_64
|
||||
|
||||
|
Reference in New Issue
Block a user