Skip to content

Commit

Permalink
Python update to v3.11 (#8)
Browse files Browse the repository at this point in the history
* Bump python to 3.11

* LF update
  • Loading branch information
1technophile authored Oct 27, 2023
1 parent a98dfdd commit 97edc9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-bullseye
FROM python:3.11-slim-bullseye

SHELL ["/bin/bash", "-ec"]

Expand All @@ -8,5 +8,4 @@ RUN python3 -m venv /opt/venv && \
pip install --upgrade --extra-index-url=https://www.piwheels.org/simple pip TheengsGateway==1.1.0

COPY chroot /

CMD source /opt/venv/bin/activate && exec /opt/venv/start.sh
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ if ! [ x"$REGISTRY" == "x" ]; then
REPO="${REGISTRY}/$REPO"
fi


cat <<EOF
Running script with following config options:
Expand Down

0 comments on commit 97edc9b

Please sign in to comment.