From 3f1075d0b2986f1cf03f5637348af4456b52925d Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 22 Oct 2022 20:24:58 +0700 Subject: [PATCH] bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b2a3a2..929967e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # First stage to build python wheel -FROM python:3.10.7-slim-bullseye AS builder +FROM python:3.10.8-slim-bullseye AS builder ARG TARGETPLATFORM RUN apt-get update