Skip to content

Commit ae3b1e6

Browse files
authored
Update Python base image to version 3.13 (#460)
* Update Python base image to version 3.13 3.14 seems to not work for opcua-asyncio yet. * Change base image from bookworm to trixie
1 parent d6de1b2 commit ae3b1e6

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
@@ -1,4 +1,4 @@
1-
FROM python:3.11-bookworm
1+
FROM python:3.13-trixie
22
LABEL org.opencontainers.image.source=https://github.com/umati/Sample-Server-asyncio
33

44
RUN apt update && \

0 commit comments

Comments
 (0)