We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1331121 commit e4d0d4aCopy full SHA for e4d0d4a
2 files changed
.github/workflows/run.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v6
23
with:
24
- python-version: 3.14.3
+ python-version: 3.14.4
25
26
- uses: actions/setup-node@v6
27
Dockerfile
@@ -2,7 +2,7 @@
2
# Created by Jugal Kishore -- 2025
3
#
4
# Using Python 3.13
5
-FROM python:3.14.3-slim
+FROM python:3.14.4-slim
6
7
# Set Time Zone to IST
8
ENV TZ="Asia/Kolkata"
0 commit comments