Skip to content

Commit 7fcc675

Browse files
Bump python from 3.14.1-alpine to 3.15.0a2-alpine
Bumps python from 3.14.1-alpine to 3.15.0a2-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0a2-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78e4988 commit 7fcc675

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,4 +1,4 @@
1-
FROM python:3.14.1-alpine
1+
FROM python:3.15.0a2-alpine
22
WORKDIR /app
33
COPY . .
44
RUN pip install -r requirements.txt --user

0 commit comments

Comments
 (0)