File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
4
4
## [ Unreleased]
5
5
Changes to be included in the next upcoming release
6
6
7
+ ## [ 0.0.26] - 2024-07-18
8
+ Update Dockerfile and entrypoint script
9
+
7
10
## [ 0.0.25] - 2024-07-18
8
11
Update SDK to v0.16
9
12
Original file line number Diff line number Diff line change 1
- FROM python:3.9-alpine
2
-
3
- RUN apk add --no-cache jq curl
1
+ FROM python:3.11-alpine
4
2
5
3
COPY /docker /scripts
6
4
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ if [ -f "venv/bin/activate" ]; then
11
11
fi
12
12
13
13
# Run the Python script with the serve command
14
- python3 functions/functions .py serve --configuration ./
14
+ python3 functions.py serve --configuration ./
You can’t perform that action at this time.
0 commit comments