bump alpine to v3.16.2 (#8934)

This commit is contained in:
Long Wu Yuan 2022-08-18 18:24:36 +05:30 committed by GitHub
parent 1dc9d98833
commit 9fdbef829c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
FROM alpine:3.16.1 as base
FROM alpine:3.16.2 as base
RUN mkdir -p /opt/third_party/install
COPY . /opt/third_party/
@ -39,7 +39,7 @@ COPY --from=grpc /opt/third_party/install/ /usr
COPY --from=otel-cpp /opt/third_party/install/ /usr
RUN bash /opt/third_party/build.sh -n
FROM alpine:3.16.1
FROM alpine:3.16.2
COPY --from=base /opt/third_party/init_module.sh /usr/local/bin/init_module.sh
COPY --from=nginx /etc/nginx/modules /etc/nginx/modules
COPY --from=nginx /opt/third_party/install/lib /etc/nginx/modules