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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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/ \
+1 −2
Original line number Diff line number Diff line
@@ -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"
+343 −475

File changed.

Preview size limit exceeded, changes collapsed.