Merge "Update the docker image to python3.12"

This commit is contained in:
Zuul
2025-04-17 11:04:20 +00:00
committed by Gerrit Code Review

View File

@@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
FROM docker.io/opendevorg/python-builder:3.12-bookworm AS builder
COPY . /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.11-bookworm
FROM docker.io/opendevorg/python-base:3.12-bookworm
COPY --from=builder /output/ /output
RUN /output/install-from-bindep