File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737
3838 - name : Build api7ee-runtime deb
3939 run : |
40- make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye -slim arch=${{ matrix.platform.build_arch }}
40+ make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bookworm -slim arch=${{ matrix.platform.build_arch }}
4141
4242 - name : Upload Artifact
4343 uses : actions/upload-artifact@v4
4444 with :
45- name : api7ee-runtime_${{ env.version }}-0~debianbullseye -slim_${{ matrix.platform.arch }}.deb
46- path : ./output/api7ee-runtime_${{ env.version }}-0~debianbullseye -slim_${{ matrix.platform.arch }}.deb
45+ name : api7ee-runtime_${{ env.version }}-0~debianbookworm -slim_${{ matrix.platform.arch }}.deb
46+ path : ./output/api7ee-runtime_${{ env.version }}-0~debianbookworm -slim_${{ matrix.platform.arch }}.deb
Original file line number Diff line number Diff line change 3939
4040 - name : Build api7ee-runtime deb
4141 run : |
42- make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye -slim arch=${{ matrix.platform.build_arch }}
42+ make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bookworm -slim arch=${{ matrix.platform.build_arch }}
4343
44444545 id : check-tag
6464 body : |
6565 Release api7ee-runtime ${{ env.version }}
6666 files : |
67- ./output/api7ee-runtime_${{ env.version }}-0~debianbullseye -slim_${{ matrix.platform.arch }}.deb
67+ ./output/api7ee-runtime_${{ env.version }}-0~debianbookworm -slim_${{ matrix.platform.arch }}.deb
6868 env :
6969 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- 1.2.2
1+ 1.2.4
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2020
2121
2222# dependencies for building openresty
23- OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.2.3 " }
23+ OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.2.4 " }
2424OPENRESTY_VERSION=" 1.21.4.4"
2525ngx_multi_upstream_module_ver=" 1.1.1"
2626mod_dubbo_ver=" 1.0.2"
Original file line number Diff line number Diff line change 11ARG IMAGE_BASE="debian"
2- ARG IMAGE_TAG="bullseye -slim"
2+ ARG IMAGE_TAG="bookworm -slim"
33
44FROM ${IMAGE_BASE}:${IMAGE_TAG} as build
55
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -x \
2121 && wget -O - https://openresty.org/package/pubkey.gpg | apt-key add - \
2222 && wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add - \
2323 && echo "deb http://openresty.org/package/${arch_path}ubuntu $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/openresty.list \
24- && echo "deb http://repos.apiseven.com/packages/debian bullseye main" | tee /etc/apt/sources.list.d/apisix.list \
24+ && echo "deb http://repos.apiseven.com/packages/debian bookworm main" | tee /etc/apt/sources.list.d/apisix.list \
2525 && DEBIAN_FRONTEND=noninteractive apt-get update
2626
2727# install etcd
You can’t perform that action at this time.
0 commit comments