We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02201d0 commit 255655dCopy full SHA for 255655d
2 files changed
.github/workflows/staging-deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- python-version: ["3.8"]
+ python-version: ["3.12"]
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
app/Dockerfile
@@ -1,7 +1,7 @@
1
# Base image that bundles AWS Lambda Python 3.8 image with some middleware functions
2
# FROM base-eval-tmp
3
# FROM rabidsheep55/python-base-eval-layer
4
-FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
+FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.12
5
6
RUN yum install -y git
7
0 commit comments