Skip to content

Commit db43663

Browse files
authored
fix: Update Dockerfile for python version
1 parent 57ec7b0 commit db43663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine3.22
1+
FROM python:3.10-alpine3.22
22

33
ENV WORKDIR=/opt/operator/ \
44
USER_UID=1000 \

0 commit comments

Comments
 (0)