File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Build and Publish Docker Image . On dispatch event build the latest tag and push to Docker Hub
1+ name : Build Docker Image. On tag creation push to Docker Hub . On dispatch event build the latest tag and push to Docker Hub
22
33on :
44 workflow_dispatch :
Original file line number Diff line number Diff line change 1- FROM python:3.12.6 -alpine3.20 AS base
1+ FROM python:3.12.9 -alpine3.21 AS base
22WORKDIR /usr/cycode/app
3- RUN apk add git=2.45 .2-r0
3+ RUN apk add git=2.47 .2-r0
44
55FROM base AS builder
66ENV POETRY_VERSION=1.8.3
77
88# deps are required to build cffi
9- RUN apk add --no-cache --virtual .build-deps gcc=13 .2.1_git20240309-r0 libffi-dev=3.4.6-r0 musl-dev=1.2.5-r0 && \
9+ RUN apk add --no-cache --virtual .build-deps gcc=14 .2.0-r4 libffi-dev=3.4.6-r0 musl-dev=1.2.5-r9 && \
1010 pip install --no-cache-dir "poetry==$POETRY_VERSION" "poetry-dynamic-versioning[plugin]" && \
1111 apk del .build-deps gcc libffi-dev musl-dev
1212
You can’t perform that action at this time.
0 commit comments