We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e4d9a commit 43ab92bCopy full SHA for 43ab92b
Dockerfile
@@ -3,7 +3,7 @@ RUN apk --no-cache add curl && mkdir /downloads
3
# Download installation files
4
RUN curl https://github.com/PiBrewing/craftbeerpi4-ui/archive/main.zip -L -o ./downloads/cbpi-ui.zip
5
6
-FROM python:3.10 as base
+FROM python:3.13 as base
7
8
# Install dependencies
9
RUN apt-get update \
0 commit comments