diff --git a/Dockerfile b/Dockerfile index 7aa63c9..31b1036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM alpine:latest +FROM alpine:3.19 RUN apk add aws-cli jq