Skip to content

Commit 4d2d5ca

Browse files
docker: bump python from 3.12-alpine to 3.14-alpine (#2)
Bumps python from 3.12-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db32bcb commit 4d2d5ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.worker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -- Build stage --
2-
FROM python:3.12-alpine AS builder
2+
FROM python:3.14-alpine AS builder
33

44
WORKDIR /build
55

@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
1717
find /opt/venv -type d -name "test" -exec rm -rf {} + 2>/dev/null; true
1818

1919
# -- Runtime stage --
20-
FROM python:3.12-alpine
20+
FROM python:3.14-alpine
2121

2222
LABEL maintainer="Sergio Fernandez <9169332+GeiserX@users.noreply.github.com>"
2323
LABEL org.opencontainers.image.description="CashPilot Worker - Lightweight Docker container orchestration agent"

0 commit comments

Comments
 (0)