Bump python from 3.11-alpine3.17 to 3.12-alpine3.17 (#323)

Bumps python from 3.11-alpine3.17 to 3.12-alpine3.17.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-09 12:19:50 -04:00
committed by GitHub
parent c654828486
commit f020ca1f3d

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.11-alpine3.17
FROM python:3.12-alpine3.17
WORKDIR /app