Skip to content

Commit

Permalink
Bump Python and Poetry for trade-executor Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 23, 2024
1 parent ee8ebb1 commit ebb386f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Use Microsoft specific base image
ARG VARIANT="3.10-bullseye"
ARG VARIANT="3.11.10-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}

# Passed from Github Actions
Expand All @@ -16,7 +16,7 @@ ENV PYTHONDONTWRITEBYTECODE 1 \

RUN apt-get update \
&& apt-get install curl gcc python3-docutils -y \
&& curl -sSL https://install.python-poetry.org | python - --version 1.3.1
&& curl -sSL https://install.python-poetry.org | python - --version 1.8.3

ENV PATH="/root/.local/bin:$PATH"

Expand Down

0 comments on commit ebb386f

Please sign in to comment.