Skip to content

Commit 22c2dce

Browse files
authored
fix: Change base image to Python 3.14.3 (#75)
1 parent 3b410a0 commit 22c2dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hadolint global ignore=DL3013,DL3018
2-
FROM --platform=$BUILDPLATFORM python:3.15.0a5-alpine3.23
2+
FROM --platform=$BUILDPLATFORM python:3.14.3-alpine3.23
33

44
# For multi-platform build
55
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)