Skip to content

Commit 1b0e251

Browse files
author
Tristen Harr
committed
update Dockerfile and entrypoint script
1 parent 33dc8f2 commit 1b0e251

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [0.0.26] - 2024-07-18
8+
Update Dockerfile and entrypoint script
9+
710
## [0.0.25] - 2024-07-18
811
Update SDK to v0.16
912

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM python:3.9-alpine
2-
3-
RUN apk add --no-cache jq curl
1+
FROM python:3.11-alpine
42

53
COPY /docker /scripts
64

docker/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if [ -f "venv/bin/activate" ]; then
1111
fi
1212

1313
# Run the Python script with the serve command
14-
python3 functions/functions.py serve --configuration ./
14+
python3 functions.py serve --configuration ./

0 commit comments

Comments
 (0)