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

Upgrade to Python 3.10.

parent 9b58ea22
No related branches found
No related tags found
No related merge requests found
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM registry.shore.co.il/cron as supersonic 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/ COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
......
...@@ -11,7 +11,7 @@ docker-compose = "*" ...@@ -11,7 +11,7 @@ docker-compose = "*"
poca = "*" poca = "*"
[requires] [requires]
python_version = "3.9" python_version = "3.10"
[scripts] [scripts]
build = "docker-compose build --pull" 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 ...@@ -11,7 +11,7 @@ final part of syncing the downloads is using unison and is managed in my
## Requirements ## Requirements
- Python 3.9 - Python 3.10
- [Pipenv](https://pipenv.pypa.io/) - [Pipenv](https://pipenv.pypa.io/)
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment