Skip to content

Commit b469c79

Browse files
chore(deps): Bump python from 3.13.7-slim to 3.14.0-slim
Bumps python from 3.13.7-slim to 3.14.0-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6835ae2 commit b469c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile to create a clean, lightweight Docker Image for the Rewards Eligibility Oracle
22

33
# Use Python 3.13.7 slim as the base image for a lightweight container
4-
FROM python:3.13.7-slim
4+
FROM python:3.14.0-slim
55

66
# Accept version as build argument
77
ARG VERSION=dev

0 commit comments

Comments
 (0)