Skip to content

Commit

Permalink
Update runtime docker file for python tests.
Browse files Browse the repository at this point in the history
Changed to match the python prebuilt image docker file.
  • Loading branch information
paulosjca committed Oct 27, 2023
1 parent e7fe56a commit 621f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/runtime/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.7-buster
FROM python:3.9-slim-bullseye

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down

0 comments on commit 621f222

Please sign in to comment.