We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74356ef commit 5b38b6eCopy full SHA for 5b38b6e
Dockerfile
@@ -25,6 +25,8 @@ WORKDIR /app
25
# Install runtime dependencies
26
RUN apt-get update && apt-get install -y \
27
ca-certificates \
28
+ libssl3 \
29
+ curl \
30
&& rm -rf /var/lib/apt/lists/*
31
32
# Copy the binary from builder
0 commit comments