Skip to content

Commit 255655d

Browse files
committed
Updated to Python 3.12
1 parent 02201d0 commit 255655d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.8"]
24+
python-version: ["3.12"]
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base image that bundles AWS Lambda Python 3.8 image with some middleware functions
22
# FROM base-eval-tmp
33
# FROM rabidsheep55/python-base-eval-layer
4-
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
4+
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.12
55

66
RUN yum install -y git
77

0 commit comments

Comments
 (0)