Skip to content

Commit 7700b0c

Browse files
committed
deploy: fix use alpine support glibc
1 parent bf7ae4a commit 7700b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN if [ ! -z "$proxy" ]; then \
8989
fi
9090

9191
# --------- runtime -----------
92-
FROM alpine as runtime
92+
FROM frolvlad/alpine-glibc as runtime
9393

9494
WORKDIR /app
9595

0 commit comments

Comments
 (0)