Skip to content

Commit aac4ac3

Browse files
committed
Use the scratch base for Lambda extensions
1 parent 4d9368c commit aac4ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/Dockerfile-amzn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM scratch
22
LABEL org.opencontainers.image.source "https://github.com/customink/crypteia"
33
LABEL org.opencontainers.image.description "Rust Lambda Extension for any Runtime to preload SSM Parameters as Secure Environment Variables!"
44
COPY ./package/opt /opt

package/Dockerfile-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM scratch
22
LABEL org.opencontainers.image.source "https://github.com/customink/crypteia"
33
LABEL org.opencontainers.image.description "Rust Lambda Extension for any Runtime to preload SSM Parameters as Secure Environment Variables!"
44
COPY ./package/opt /opt

0 commit comments

Comments
 (0)