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

stay with 11

This commit is contained in:
Nick 2023-07-17 13:21:22 -05:00
parent 12b0d10bbc
commit 71f6650ff9

View file

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