Skip to content

Commit e67e038

Browse files
cloudflared
1 parent 6581cb6 commit e67e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockflare/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM python:3.13-slim as runtime
2525
ENV PYTHONDONTWRITEBYTECODE=1
2626
ENV PYTHONUNBUFFERED=1
2727
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
28+
ENV CLOUDFLARED_VERSION="2024.1.5"
2929
RUN apt-get update && apt-get install -y --no-install-recommends \
3030
wget \
3131
ca-certificates \

0 commit comments

Comments
 (0)