Skip to content

Commit

Permalink
Merge pull request #18 from espressif/feat/bump_comonent_manager
Browse files Browse the repository at this point in the history
Update component manager and base python docker image
  • Loading branch information
kumekay authored Aug 19, 2024
2 parents 2031037 + b98a7cf commit 40cb0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-bullseye
FROM python:3.12-bookworm

RUN pip install "idf-component-manager~=1.3"
RUN pip install "idf-component-manager~=2.0"

COPY upload.sh /upload.sh

Expand Down

0 comments on commit 40cb0e9

Please sign in to comment.