aboutsummaryrefslogtreecommitdiff
path: root/docker/CI.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/CI.Dockerfile')
-rw-r--r--docker/CI.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/CI.Dockerfile b/docker/CI.Dockerfile
index d5ebfce..23a9a8e 100644
--- a/docker/CI.Dockerfile
+++ b/docker/CI.Dockerfile
@@ -3,8 +3,8 @@
FROM ubuntu:22.04
ARG PYTHON_VERSION=3.9
-ARG BAZEL_VERSION=5.1.1
-ARG TENSORFLOW_VERSION=2.9.0
+ARG BAZEL_VERSION=5.3.0
+ARG TENSORFLOW_VERSION=2.11.0
RUN apt-get update
RUN apt-get install -y build-essential software-properties-common clang curl unzip git libc++-dev libc++abi-dev