Skip to content

Commit f8e6c23

Browse files
authored
Update Azure Batch container base image to Python 3.11 (#1323)
1 parent 5c5bb25 commit f8e6c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim-buster
1+
FROM python:3.11-slim-bookworm
22

33
# Setup SSH
44
RUN mkdir /root/.ssh

deploy/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
REGISTRY_NAME="tlob1acr"
66
REGISTRY_URL="${REGISTRY_NAME}.azurecr.io"
77
IMAGE_NAME="tlo"
8-
IMAGE_TAG="1.2"
8+
IMAGE_TAG="1.3"
99
IMAGE_FULL_NAME="${IMAGE_NAME}:${IMAGE_TAG}"
1010

1111
# Documentation at

0 commit comments

Comments
 (0)