Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.6.0](1.5.0...1.6.0) (2023-12-11) ### Bug Fixes * "bash" doesn't exist in "alpine", so use "sh" ([fcb1c3a](fcb1c3a)) * added "gcc libc-dev libdffi-dev" to enable builds for mac ([807c377](807c377)) * removed libtcmalloc detection as this is not needed for this basic example ([b6fb8b1](b6fb8b1)) ### Features * added "__pycache__" ([4bcee8b](4bcee8b)) * added labels, combined commands, moved installation for requirements before adding the src ([a93e16f](a93e16f)) * create image for "linux/amd64" and "linux/arm64/v8" during development, to make it testable on MacOS ([73bde20](73bde20)) * install dependencies from requirements.txt ([d16f2c6](d16f2c6)) * moved everything into "src", split "handler" and "hello_world" into two, added "start.sh", added unit tests, added requirements to handle dependencies, BREAKING CHANGE ([5329d4a](5329d4a)) * provide an easy way to run the docker image locally with compose ([655eaa7](655eaa7)) * removed "linux/arm64/v8" as people should build this locally if they need it ([ad30c76](ad30c76)) * run unit tests automatically ([2610411](2610411)) * use "pip3" instead of "pip", updated description ([4b617d3](4b617d3)) * use bash instead of sh ([83067b7](83067b7))
- Loading branch information