Skip to content

Commit

Permalink
update python to 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMorawiec committed Oct 2, 2024
1 parent 202395c commit 72dce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/orquestra-sdk/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.5
# Base image for running Orquestra tasks.
# Published at hub.nexus.orquestra.io/zapatacomputing/orquestra-sdk-base
FROM python:3.11.6-slim-bullseye
FROM python:3.11.9-slim-bullseye

# Set by BuildKit
ARG TARGETARCH
Expand Down

0 comments on commit 72dce41

Please sign in to comment.