Skip to content

Commit

Permalink
Remove preview tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit authored Nov 4, 2024
1 parent f6a66f9 commit 7bb2101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image-src/Dockerfile-python313
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE_ARCH
FROM public.ecr.aws/lambda/python:3.13-preview-$IMAGE_ARCH
FROM public.ecr.aws/lambda/python:3.13-$IMAGE_ARCH

RUN dnf remove -y microdnf-dnf && \
microdnf install -y dnf
Expand Down

0 comments on commit 7bb2101

Please sign in to comment.