Commit b3544f99 authored by nimrod's avatar nimrod
Browse files

Upgrade to Python 3.10.

parent 9b58ea22
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.9-alpine3.14
FROM docker.io/library/python:3.10-alpine3.16
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.9"
python_version = "3.10"

[scripts]
build = "docker-compose build --pull"
+308 −254

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.9
- Python 3.10
- [Pipenv](https://pipenv.pypa.io/)

## Usage