mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-11 01:10:41 +01:00
support Python 3.14 (#453)
* support Python 3.14 * update Python in Docker containers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# --build-arg BASE_IMAGE=python:3.11-slim-buster
|
||||
ARG BASE_IMAGE=python:3.13-slim-bookworm
|
||||
ARG BASE_IMAGE=python:3.14-slim-trixie
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
# https://docs.docker.com/engine/reference/builder/
|
||||
|
||||
Reference in New Issue
Block a user