Skip to content

Commit 9d7136d

Browse files
Peter JohnsonPeter Johnson
authored andcommitted
updated base layer
1 parent 9b20f8a commit 9d7136d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.env
1+
.env
2+
.DS_Store

app/Dockerfile

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)