Skip to content

Commit

Permalink
Merge pull request #10 from withlogicco/poetry-1.1.15
Browse files Browse the repository at this point in the history
Bump Poetry to `1.1.15`
  • Loading branch information
parisk committed Sep 2, 2022
2 parents a8c218d + f9b4446 commit c0d6532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
POETRY_VERSION: 1.1.14
POETRY_VERSION: 1.1.15
GHCR_IMAGE_REPOSITORY: ghcr.io/${{ github.repository_owner }}/poetry

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VARIANT=buster
FROM python:${PYTHON_VERSION}-alpine as installation-base

WORKDIR /etc
ARG POETRY_VERSION=1.1.14
ARG POETRY_VERSION=1.1.15
RUN wget https://raw.githubusercontent.com/python-poetry/poetry/${POETRY_VERSION}/get-poetry.py
ARG POETRY_HOME=/usr/local/poetry
ENV POETRY_HOME=${POETRY_HOME}
Expand All @@ -15,7 +15,7 @@ FROM python:${PYTHON_VERSION}-${VARIANT}

ENV PYTHONUNBUFFERED=1

ARG PIP_VERSION=22.1.1
ARG PIP_VERSION=22.2.2
RUN pip install --upgrade pip==${PIP_VERSION}

ARG POETRY_HOME=/usr/local/poetry
Expand Down

0 comments on commit c0d6532

Please sign in to comment.