We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6581cb6 commit e67e038Copy full SHA for e67e038
dockflare/Dockerfile
@@ -25,7 +25,7 @@ FROM python:3.13-slim as runtime
25
ENV PYTHONDONTWRITEBYTECODE=1
26
ENV PYTHONUNBUFFERED=1
27
WORKDIR /app # This will be the application root in the final image
28
-ENV CLOUDFLARED_VERSION="2024.1.5" # Consider keeping this up-to-date
+ENV CLOUDFLARED_VERSION="2024.1.5"
29
RUN apt-get update && apt-get install -y --no-install-recommends \
30
wget \
31
ca-certificates \
0 commit comments