diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 19fe460e..32680e2a 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.14 - name: Install Black and ISort run: pip install black==22.3.0 isort==5.12.0 - name: Sort Imports diff --git a/Dockerfile b/Dockerfile index ff468bcb..5ebd25b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.12@sha256:9e615ab2a4e8c67f9638fa93002ac364647c2c2c1b66925ef3f8832fda354cd9 +FROM python:3.14@sha256:250e5c97be05e1eb2272fbdbd810dfd638f9012e1e6f65c99390ad3239943a08 EXPOSE 9000 WORKDIR /opt/storage-testbench