Skip to content

Commit 4431fc1

Browse files
authored
Update Dockerfile
1 parent 031309f commit 4431fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Base image that bundles AWS Lambda Python 3.8 image with some middleware functions
22
# FROM base-eval-tmp
3-
FROM rabidsheep55/python-base-eval-layer
3+
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
44

55
WORKDIR /app
66

@@ -63,4 +63,4 @@ RUN chmod 644 $(find . -type f)
6363
RUN chmod 755 $(find . -type d)
6464

6565
# The entrypoint for AWS is to invoke the handler function within the app package
66-
CMD [ "/app/app.handler" ]
66+
CMD [ "/app/app.handler" ]

0 commit comments

Comments
 (0)