Skip to content

Commit

Permalink
chore: update deps and dockerfile for alpine 3.17 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Jan 28, 2023
1 parent ec4d5c6 commit 489750c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"fileMatch": ["^deps\\.list$"],
"matchStrings": ["NODE_IMAGE_VERSION=(?<currentValue>.*?)-alpine3.16\\n"],
"matchStrings": ["NODE_IMAGE_VERSION=(?<currentValue>.*?)-alpine3.17\\n"],
"depNameTemplate": "node",
"datasourceTemplate": "node",
"versioningTemplate": "node"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ RUN apk add --no-cache \
bash \
grpc \
grpc-java \
grpc-plugins \
protobuf \
protobuf-dev \
protobuf-c-compiler
Expand Down
6 changes: 3 additions & 3 deletions deps.list
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ALPINE_IMAGE_VERSION=3.17
DART_IMAGE_VERSION=2.19.0
GO_IMAGE_VERSION=1.19.3-alpine3.16
GO_IMAGE_VERSION=1.19.3-alpine3.17
GOOGLE_API_VERSION=d6e9adbf6646748cb41ca6aa61a78a70a1d83ff5
GRPC_GATEWAY_VERSION=v2.15.0
GRPC_RUST_VERSION=v0.8.3
GRPC_SWIFT_VERSION=1.13.2
GRPC_WEB_VERSION=1.4.2
NODE_IMAGE_VERSION=18.13.0-alpine3.16
NODE_IMAGE_VERSION=18.13.0-alpine3.17
PROTOC_GEN_DART_VERSION=v20.0.1
PROTOC_GEN_DOC_VERSION=v1.5.1
PROTOC_GEN_GO_GRPC_VERSION=v1.52.3
Expand All @@ -22,7 +22,7 @@ PROTOC_GEN_RUST_VERSION=v3.2.0
PROTOC_GEN_SCALA_VERSION=v0.11.12
PROTOC_GEN_TS_VERSION=0.15.0
PROTOC_GEN_VALIDATE_VERSION=v0.9.1
RUST_IMAGE_VERSION=1.67.0-alpine3.16
RUST_IMAGE_VERSION=1.67.0-alpine3.17
SCALA_SBT_IMAGE_VERSION=graalvm-ce-21.3.0-java17_1.8.0_3.2.1
SWIFT_IMAGE_VERSION=5.7-focal
UPX_VERSION=4.0.1
Expand Down

0 comments on commit 489750c

Please sign in to comment.