1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00

chore(docker): bump python from 3.7-alpine to 3.12-alpine

Bumps python from 3.7-alpine to 3.12-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-09 10:13:36 +00:00 committed by GitHub
parent 0a90406481
commit f71ab6202f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.12-alpine
# hadolint ignore=DL3018
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh