Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM typesense/typesense
|
| 2 |
|
| 3 |
# Expose the default Typesense port
|
| 4 |
EXPOSE 8108
|
|
|
|
| 1 |
+
FROM typesense/typesense:27.1
|
| 2 |
|
| 3 |
# Expose the default Typesense port
|
| 4 |
EXPOSE 8108
|