mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
Merge branch 'master' of https://github.com/NickAdolf/yamllint-github-action
This commit is contained in:
commit
79e76bbe6f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7-alpine
|
FROM python:3.17-alpine
|
||||||
|
|
||||||
# hadolint ignore=DL3018
|
# hadolint ignore=DL3018
|
||||||
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh
|
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh
|
||||||
|
|
Loading…
Reference in a new issue