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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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/ \
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ docker-compose = "*"
poca = "*"

[requires]
python_version = "3.6"
python_version = "3.9"

[scripts]
build = "docker-compose build --pull"
+108 −143

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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