Skip to content

Commit ddb7952

Browse files
committed
fix: update base image from alpine:3.23.3 to alpine:3.23.4 in Dockerfile.api
1 parent dbdb5b3 commit ddb7952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN pyinstaller --onedir \
9090

9191

9292
# ---- Runtime Stage ----
93-
FROM alpine:3.23.3
93+
FROM alpine:3.23.4
9494

9595
WORKDIR /api
9696

0 commit comments

Comments
 (0)