fix dockerfile lint error

This commit is contained in:
monosans
2025-04-16 12:12:48 +03:00
parent 0d4c6b49a4
commit bdcdeed7fd
+1 -1
View File
@@ -13,7 +13,7 @@ RUN --mount=source=src,target=src \
&& cp target/release/proxy-scraper-checker .
FROM docker.io/debian:bookworm-slim as runner
FROM docker.io/debian:bookworm-slim AS runner
WORKDIR /app