diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-19 21:36:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-19 21:36:19 +0300 |
| commit | 978437895ef202bf3fc2703b01e5583e12e2a174 (patch) | |
| tree | 06762f196d09235421fe12b25f9a292e6e3ac2f9 | |
| parent | 2f20d0eacfbc16111fa273f4d6cac339cc61ef51 (diff) | |
updated to latest fedora relase in the docker file
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | docker/serverlist.txt | 40 |
2 files changed, 1 insertions, 41 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index c3b0092..3fcf1bd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ # The container can be used for developing and testing # Purposes -FROM fedora:35 +FROM fedora:latest RUN mkdir -p /etc/dserver /var/run/dserver/cache /var/log/dserver ADD ./dtail.json /etc/dserver/dtail.json diff --git a/docker/serverlist.txt b/docker/serverlist.txt index 8a5d389..62a6ea6 100644 --- a/docker/serverlist.txt +++ b/docker/serverlist.txt @@ -8,43 +8,3 @@ localhost:2229 localhost:2230 localhost:2231 localhost:2232 -localhost:2233 -localhost:2234 -localhost:2235 -localhost:2236 -localhost:2237 -localhost:2238 -localhost:2239 -localhost:2240 -localhost:2241 -localhost:2242 -localhost:2243 -localhost:2244 -localhost:2245 -localhost:2246 -localhost:2247 -localhost:2248 -localhost:2249 -localhost:2250 -localhost:2251 -localhost:2252 -localhost:2253 -localhost:2254 -localhost:2255 -localhost:2256 -localhost:2257 -localhost:2258 -localhost:2259 -localhost:2260 -localhost:2261 -localhost:2262 -localhost:2263 -localhost:2264 -localhost:2265 -localhost:2266 -localhost:2267 -localhost:2268 -localhost:2269 -localhost:2270 -localhost:2271 -localhost:2272 |
