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

Update to Python 3.12.

- Update the Dockerfile.
- Update the Pipfile.
- Remove docker-compose as it's not maintained as a Python package
  anymore.
parent a393bcf6
Branches
No related tags found
No related merge requests found
# hadolint ignore=DL3006
FROM registry.shore.co.il/cron as supercronic
FROM docker.io/library/python:3.11-alpine3.18
FROM docker.io/library/python:3.12-alpine3.20
COPY --from=supercronic /usr/local/bin/supercronic /usr/local/bin/
# hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
......
......@@ -5,13 +5,12 @@ verify_ssl = true
[dev-packages]
pre-commit = "*"
docker-compose = "*"
[packages]
poca = "*"
[requires]
python_version = "3.10"
python_version = "3.12"
[scripts]
build = "docker-compose build --pull"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment