From 580eb833535c3a307314c3635cdbb12cca25a656 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Tue, 7 Apr 2026 12:02:27 -0600 Subject: [PATCH] Updated to Python v3.13.12 and Debian to trixie (Aug 2025). --- Dockerfile | 4 ++-- LICENSE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab2c8cc..8f43cfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -ARG PYTHON_VERSION=3.9 +ARG PYTHON_VERSION=3.13.12 # use the latest version of python -FROM python:${PYTHON_VERSION}-bullseye +FROM python:${PYTHON_VERSION}-trixie # get some credit LABEL maintainer="powen@renci.org" diff --git a/LICENSE b/LICENSE index 4be2e6c..9df8df3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 TranslatorSRI +Copyright (c) 2022, 2026 TranslatorSRI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal