Skip to content

Commit 9c78e11

Browse files
committed
Switched Dockerfile to use feature-muEd-3.8 base image
1 parent 34ead0e commit 9c78e11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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.8
5+
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:feature-muEd-3.8
56

67
RUN yum install -y git
78

0 commit comments

Comments
 (0)