Commit 4de8adcd authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Changing Python version of the docker container.

parent a708871d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.9-slim
FROM python:3.13-slim

# Install dependencies
RUN apt-get --yes --quiet --quiet update && \