8000 [v1.53.x][Interop] Backport Python image update (#33864) · grpc/grpc@afb307f · GitHub
[go: up one dir, main page]

Skip to content

Commit afb307f

Browse files
authored
[v1.53.x][Interop] Backport Python image update (#33864)
Update Phusion base image to address security issues. Original PR: #33847
1 parent 7a9373b commit afb307f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:master@sha256:65ea10d5f757e5e86272625f8675d437dd83d8db64bdb429e2354d58f5462750
1+
FROM phusion/baseimage:master@sha256:e757fe8c7adcb9f798c0eb9dfff31bbf7d91538a1002031d7cdf3e5bf9cf71fc
22

33
RUN apt-get update -y && \
44
apt-get install -y \
@@ -16,7 +16,7 @@ COPY . .
1616
RUN tools/bazel build -c dbg //src/python/grpcio_tests/tests_py3_only/interop:xds_interop_client
1717
RUN cp -rL /workdir/bazel-bin/src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client* /artifacts/
1818

19-
FROM phusion/baseimage:master@sha256:65ea10d5f757e5e86272625f8675d437dd83d8db64bdb429e2354d58f5462750
19+
FROM phusion/baseimage:master@sha256:e757fe8c7adcb9f798c0eb9dfff31bbf7d91538a1002031d7cdf3e5bf9cf71fc
2020
COPY --from=0 /artifacts ./
2121

2222
ENV GRPC_VERBOSITY="DEBUG"

src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:master@sha256:65ea10d5f757e5e86272625f8675d437dd83d8db64bdb429e2354d58f5462750
1+
FROM phusion/baseimage:master@sha256:e757fe8c7adcb9f798c0eb9dfff31bbf7d91538a1002031d7cdf3e5bf9cf71fc
22

33
RUN apt-get update -y && \
44
apt-get install -y \
@@ -16,7 +16,7 @@ COPY . .
1616
RUN tools/bazel build -c dbg //src/python/grpcio_tests/tests_py3_only/interop:xds_interop_server
1717
RUN cp -rL /workdir/bazel-bin/src/python/grpcio_tests/tests_py3_only/interop/xds_interop_server* /artifacts/
1818

19-
FROM phusion/baseimage:master@sha256:65ea10d5f757e5e86272625f8675d437dd83d8db64bdb429e2354d58f5462750
19+
FROM phusion/baseimage:master@sha256:e757fe8c7adcb9f798c0eb9dfff31bbf7d91538a1002031d7cdf3e5bf9cf71fc
2020
COPY --from=0 /artifacts ./
2121

2222
ENV GRPC_VERBOSITY="DEBUG"

0 commit comments

Comments
 (0)
0