Skip to content

Commit 43ab92b

Browse files
committed
increase python version in dockerfile
1 parent c0e4d9a commit 43ab92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apk --no-cache add curl && mkdir /downloads
33
# Download installation files
44
RUN curl https://github.com/PiBrewing/craftbeerpi4-ui/archive/main.zip -L -o ./downloads/cbpi-ui.zip
55

6-
FROM python:3.10 as base
6+
FROM python:3.13 as base
77

88
# Install dependencies
99
RUN apt-get update \

0 commit comments

Comments
 (0)