File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- next-version : 0.2.0
15+ next-version : 0.1.2
1616assembly-versioning-scheme : MajorMinorPatchTag
1717mode : ContinuousDelivery
1818branches :
Original file line number Diff line number Diff line change 7272 password : ${{ secrets.GITHUB_TOKEN }}
7373
7474 - name : Extract metadata (tags, labels) for Docker
75- if : ${{ !contains(github.ref, 'refs/heads/main') }}
7675 id : meta
77767877 with :
Original file line number Diff line number Diff line change 99# See the License for the specific language governing permissions and
1010# limitations under the License.
1111
12- FROM python:3.10-slim-buster
12+ FROM python:3.10-alpine
1313
14+ RUN apk update && apk upgrade
15+ RUN apk add libcom_err=1.46.6-r0
1416WORKDIR /app
1517COPY src/TaskManager/CallbackApp/app.py ./
1618COPY src/TaskManager/CallbackApp/requirements.txt ./
1719
1820RUN pip install -r requirements.txt
1921
20- CMD ["/app/app.py" ]
22+ CMD ["/usr/local/bin/python3" , "/ app/app.py" ]
You can’t perform that action at this time.
0 commit comments