Compare commits
2 commits
57ee24bd13
...
03d577918c
Author | SHA1 | Date | |
---|---|---|---|
03d577918c | |||
2da33f3168 |
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.9.6-alpine3.14 as base
|
FROM python:3.10-alpine as base
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
@ -56,3 +56,7 @@ Matches cards of the chosen color or colors.
|
||||||
*** Oracle Text
|
*** Oracle Text
|
||||||
- Keywords :: =o=, =oracle=
|
- Keywords :: =o=, =oracle=
|
||||||
- Operators :: ~:~ (matches)
|
- Operators :: ~:~ (matches)
|
||||||
|
|
||||||
|
*** Collection
|
||||||
|
- Keywords :: =collection=
|
||||||
|
- Operators :: ~:~ (matches)
|
||||||
|
|
Loading…
Reference in a new issue