Skip to content

Commit 33ad5c0

Browse files
committed
build(docker): update base image to python:3.13-alpine
1 parent 1945e38 commit 33ad5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/hf_demo_space/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Python 3.12 image
2-
FROM python:3.12-slim
2+
FROM python:3.13-alpine
33

44
# Set the working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)