Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node docker tag to v18.12.1 #129

Merged
merged 2 commits into from
Dec 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,12 @@ RUN xx-verify /out/usr/bin/protoc-gen-lint


FROM node:${NODE_IMAGE_VERSION} as protoc_gen_ts
ARG NODE_IMAGE_VERSION
ARG PROTOC_GEN_TS_VERSION
RUN npm install -g pkg ts-protoc-gen@${PROTOC_GEN_TS_VERSION}
RUN pkg \
--compress Brotli \
--targets node${NODE_VERSION}-alpine \
--targets node${NODE_IMAGE_VERSION%%.*}-alpine \
-o protoc-gen-ts \
/usr/local/lib/node_modules/ts-protoc-gen
RUN install -D protoc-gen-ts /out/usr/bin/protoc-gen-ts
Expand Down
2 changes: 1 addition & 1 deletion deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GRPC_GATEWAY_VERSION=v2.14.0
GRPC_RUST_VERSION=v0.8.3
GRPC_SWIFT_VERSION=1.13.0
GRPC_WEB_VERSION=1.4.2
NODE_IMAGE_VERSION=18.5.0-alpine3.16
NODE_IMAGE_VERSION=18.12.1-alpine3.16
PROTOC_GEN_DART_VERSION=v20.0.1
PROTOC_GEN_DOC_VERSION=v1.5.1
PROTOC_GEN_GO_GRPC_VERSION=v1.51.0
Expand Down