1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00
This commit is contained in:
Nick 2023-07-17 13:05:36 -05:00
commit 79e76bbe6f

View file

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