Skip to content

Commit

Permalink
update sqlfluff (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Oct 8, 2024
1 parent 519506b commit 0b7bf57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sqlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10-slim
FROM python:3.12-slim

WORKDIR /linter

# https://docs.sqlfluff.com/en/stable/
RUN pip install -U --target ./lib sqlfluff==2.3.1
RUN pip install -U --target ./lib sqlfluff==3.2.2

COPY linter .

CMD ./linter
CMD ["./linter"]
Empty file added sqlint/setup.cfg
Empty file.

0 comments on commit 0b7bf57

Please sign in to comment.