Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
RUN apk add --no-cache pcre2
|
4 |
|
|
|
1 |
+
FROM ghcr.io/veloera/veloera:latest
|
2 |
|
3 |
RUN apk add --no-cache pcre2
|
4 |
|