diff --git a/archived/secrets-manager-python/py-secrets-manager/currencyapp/Dockerfile b/archived/secrets-manager-python/py-secrets-manager/currencyapp/Dockerfile index e078ebaa06..0a9bf13cae 100644 --- a/archived/secrets-manager-python/py-secrets-manager/currencyapp/Dockerfile +++ b/archived/secrets-manager-python/py-secrets-manager/currencyapp/Dockerfile @@ -1,6 +1,6 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.14.0a1-slim # Copy local code to the container image. ENV APP_HOME /app