We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031309f commit 4431fc1Copy full SHA for 4431fc1
app/Dockerfile
@@ -1,6 +1,6 @@
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
+FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
4
5
WORKDIR /app
6
@@ -63,4 +63,4 @@ RUN chmod 644 $(find . -type f)
63
RUN chmod 755 $(find . -type d)
64
65
# The entrypoint for AWS is to invoke the handler function within the app package
66
-CMD [ "/app/app.handler" ]
+CMD [ "/app/app.handler" ]
0 commit comments