Skip to content

Commit cf55fd0

Browse files
committed
update python3.12
1 parent feefbcb commit cf55fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
permissions:
1818
contents: read
1919
packages: write

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PYTHON_VERSION
22

3-
# Base image is Python 3.8 provided by AWS Lambda in Docker Hub
3+
# Base image is Python 3.8/3.9/3.10/3.11/3.12 provided by AWS Lambda in Docker Hub
44
FROM public.ecr.aws/lambda/python:${PYTHON_VERSION}
55

66
WORKDIR /app

0 commit comments

Comments
 (0)