Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM openlistteam/openlist:
|
| 2 |
USER root
|
| 3 |
RUN apk update && apk add --no-cache \
|
| 4 |
curl \
|
|
|
|
| 1 |
+
FROM openlistteam/openlist:v4.1.9
|
| 2 |
USER root
|
| 3 |
RUN apk update && apk add --no-cache \
|
| 4 |
curl \
|