Skip to content

Commit

Permalink
update dependencies for Python 3.11 compatibility (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Jan 18, 2024
1 parent aefe5d2 commit 402e6ac
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 224 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PYTHON BASE IMAGE
FROM python:3.8-buster as python-base
FROM python:3.11-buster as python-base
LABEL maintainer="TACC-ACI-WMA <[email protected]>"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
Expand Down
Loading

0 comments on commit 402e6ac

Please sign in to comment.