Skip to content

Commit fdf0df4

Browse files
committed
Switch to Python 3.13 for AL2023 Lambda image
1 parent 4bce5ed commit fdf0df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docworker-lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV XDG_DATA_HOME=/ \
1616
# https://docs.aws.amazon.com/linux/al2023/release-notes/all-packages-AL2023.3.html
1717
RUN mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
1818
&& dnf install -y \
19-
python3.12 python3.12-devel python3.12-wheel python3.12-setuptools python3.12-pip \
19+
python3.13 python3.13-devel python3.13-wheel python3.13-setuptools python3.13-pip \
2020
libpq-devel libffi-devel openssl openssl-devel gettext ca-certificates tzdata \
2121
pango cairo cairo-gobject gettext gdk-pixbuf2 zopfli \
2222
xz xz-lzma-compat tar gzip zip unzip lua lua-devel \

0 commit comments

Comments
 (0)