-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change-type: patch
- Loading branch information
Showing
3 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# --- build stage | ||
FROM balenalib/%%BALENA_ARCH%%-python:3.10-build AS build | ||
FROM balenalib/%%BALENA_ARCH%%-python:3.11-build AS build | ||
|
||
LABEL [email protected] | ||
|
||
# https://www.balena.io/docs/learn/more/masterclasses/cli-masterclass/#82-build-time-variables | ||
ARG COMPILE_CODE | ||
|
||
RUN install_packages \ | ||
cargo \ | ||
cmake \ | ||
python3-dev \ | ||
python3-venv \ | ||
rustc | ||
python3-venv | ||
|
||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ | ||
&& rustc --version | ||
|
||
WORKDIR /root | ||
|
||
|
@@ -50,7 +51,7 @@ RUN if [ "$COMPILE_CODE" = '1' ]; then \ | |
|
||
|
||
# --- runtime | ||
FROM balenalib/%%BALENA_ARCH%%-python:3.10 | ||
FROM balenalib/%%BALENA_ARCH%%-python:3.11 | ||
|
||
LABEL [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
boto3==1.16.9 | ||
cffi==1.14.3 | ||
Flask-SQLAlchemy==2.4.4 | ||
boto3==1.28.78 | ||
cffi==1.16.0 | ||
Flask-SQLAlchemy==3.1.1 | ||
Flask-SSLify==0.1.5 | ||
Flask==1.1.4 | ||
Flask==2.2.5 | ||
git+https://github.com/ab77/blockcypher-python.git@master#egg=blockcypher | ||
git+https://github.com/paypal/PayPal-Python-SDK.git@master#egg=paypalrestsdk | ||
GitPython==3.1.11 | ||
markupsafe==2.0.1 | ||
GitPython==3.1.40 | ||
markupsafe==2.1.3 | ||
multiprocessing_on_dill==3.5.0a4 | ||
Pillow==8.0.1 | ||
PyJWT==1.7.1 | ||
PyMySQL==0.10.1 | ||
PyMySQL==1.1.0 | ||
redis==3.5.3 | ||
requests==2.24.0 | ||
requests==2.31.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters