File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- sdk = 3.3.3
2- redis_source = 2.1.3
1+ sdk = 3.5.2
2+ redis_source = 2.1.10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:bookworm
44ARG VERSION=2.1.0
55# {{ x-release-please-end }}
66
7- ARG CPP_SDK_VERSION=3.3.3
7+ ARG CPP_SDK_VERSION=3.5.2
88
99# For unknown reasons, it appears that boost.json and boost.url aren't included in the
1010# libboost-all package.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ubuntu:22.04
44ARG VERSION=2.1.0
55# {{ x-release-please-end }}
66
7- ARG CPP_SDK_VERSION=3.3.3
7+ ARG CPP_SDK_VERSION=3.5.2
88
99RUN apt-get update && apt-get install -y \
1010 curl luarocks lua5.3 lua5.3-dev \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM openresty/openresty:jammy
44ARG VERSION=2.1.0
55# {{ x-release-please-end }}
66
7- ARG CPP_SDK_VERSION=3.3.3
7+ ARG CPP_SDK_VERSION=3.5.2
88
99RUN apt-get update && apt-get install -y \
1010 git netbase curl libssl-dev apt-transport-https ca-certificates \
You can’t perform that action at this time.
0 commit comments