Merge pull request 'Update python Docker tag to v3.14.7' (#32) from renovate/python-3.x into main
CI / build-and-scan (push) Successful in 1m39s
CI / build-and-scan (push) Successful in 1m39s
Reviewed-on: #32
This commit was merged in pull request #32.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.15-alpine AS builder
|
||||
FROM python:3.14.7-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -7,7 +7,7 @@ RUN apk add --no-cache gcc musl-dev jpeg-dev zlib-dev
|
||||
COPY requirements.txt .
|
||||
RUN pip wheel --no-cache-dir --wheel-dir=/wheels -r requirements.txt
|
||||
|
||||
FROM python:3.13.15-alpine AS base
|
||||
FROM python:3.14.7-alpine AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user