Skip to content

Commit

Permalink
Update Azure Batch container base image to Python 3.11 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuri authored Apr 23, 2024
1 parent 5c5bb25 commit f8e6c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.11-slim-bookworm

# Setup SSH
RUN mkdir /root/.ssh
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
REGISTRY_NAME="tlob1acr"
REGISTRY_URL="${REGISTRY_NAME}.azurecr.io"
IMAGE_NAME="tlo"
IMAGE_TAG="1.2"
IMAGE_TAG="1.3"
IMAGE_FULL_NAME="${IMAGE_NAME}:${IMAGE_TAG}"

# Documentation at
Expand Down

0 comments on commit f8e6c23

Please sign in to comment.