Skip to content

Commit 86ebb04

Browse files
Merge pull request #194 from lambda-feedback/tr169-flag-for-detailed-feedback
Switched back to old base layer
2 parents 650b1c9 + 66c61f3 commit 86ebb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/Dockerfile

+2-2
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
3-
# FROM rabidsheep55/python-base-eval-layer
4-
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
3+
FROM rabidsheep55/python-base-eval-layer
4+
# FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
55

66
RUN yum install -y git
77

0 commit comments

Comments
 (0)