diff --git a/Dockerfile b/Dockerfile index 1c155e4..6839d0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a clean, lightweight Docker Image for the Rewards Eligibility Oracle # Use Python 3.13.7 slim as the base image for a lightweight container -FROM python:3.13.7-slim +FROM python:3.14.0-slim # Accept version as build argument ARG VERSION=dev