Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && \
|
|
10 |
apt-get clean && \
|
11 |
rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
-
RUN wget https://dl.halo.run/release/halo-2.
|
14 |
|
15 |
RUN mkdir -p ~/.halo2
|
16 |
|
|
|
10 |
apt-get clean && \
|
11 |
rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
+
RUN wget https://dl.halo.run/release/halo-2.19.3.jar -O halo.jar
|
14 |
|
15 |
RUN mkdir -p ~/.halo2
|
16 |
|