Merge pull request 'Update python Docker tag to v3.14' (#9) from renovate/python-3.x into master
Docker Build and Push / build (push) Successful in 1m1s
Docker Build and Push / build (push) Successful in 1m1s
Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
# syntax=docker.io/docker/dockerfile:1
|
||||
|
||||
FROM python:3.11-alpine AS pipdependencies
|
||||
FROM python:3.14-alpine AS pipdependencies
|
||||
|
||||
COPY app/requirements.txt /requirements.txt
|
||||
|
||||
RUN pip3 install --no-cache-dir --user --requirement requirements.txt
|
||||
|
||||
FROM python:3.11-alpine
|
||||
FROM python:3.14-alpine
|
||||
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
|
||||
|
||||
# TODO: à tester
|
||||
|
||||
Reference in New Issue
Block a user