Skip to content
Snippets Groups Projects
Commit 2512a9eb authored by nimrod's avatar nimrod
Browse files

Python 3.9.

With the Toolbox container, I'm now on Python 3.9.
parent 204ddecc
No related branches found
No related tags found
No related merge requests found
# hadolint ignore=DL3006
FROM registry.shore.co.il/cron as supersonic
FROM registry.hub.docker.com/library/python:3.6-alpine3.14
FROM registry.hub.docker.com/library/python:3.9-alpine3.14
COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/
# hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
......
......@@ -11,7 +11,7 @@ docker-compose = "*"
poca = "*"
[requires]
python_version = "3.6"
python_version = "3.9"
[scripts]
build = "docker-compose build --pull"
......
This diff is collapsed.
......@@ -11,7 +11,7 @@ final part of syncing the downloads is using unison and is managed in my
## Requirements
- Python 3.6
- Python 3.9
- [Pipenv](https://pipenv.pypa.io/)
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment