Skip to content

Commit

Permalink
chore(poetry): bump version to 1.1.4
Browse files Browse the repository at this point in the history
also updated base image to python 3.9
  • Loading branch information
aexvir committed Feb 4, 2021
1 parent e925084 commit 0fcd925
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions poetry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM python:3.8-alpine
FROM python:3.9-alpine

ENV version=1.1.4

RUN apk add --no-cache --virtual .build build-base libffi-dev openssl-dev && \
pip install --upgrade pip && \
pip install setuptools poetry==1.0.9 && \
pip install setuptools poetry==$version && \
apk del .build

LABEL name=poetry version=dev \
LABEL name=poetry version=$version \
maintainer="Jaroslav Sevcik <jaroslav.sevcik@kiwi.com>"

0 comments on commit 0fcd925

Please sign in to comment.