mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
pin pyyaml
This commit is contained in:
parent
b4db86dbaf
commit
12b0d10bbc
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM python:3.11-alpine
|
||||
FROM python:3.17-alpine
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh
|
||||
|
||||
# hadolint ignore=DL3013
|
||||
RUN pip install yamllint
|
||||
RUN pip install yamllint==5.3.1
|
||||
|
||||
RUN ["bin/sh", "-c", "mkdir -p /src"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue