We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28acd2a + cc1af9a commit 945e745Copy full SHA for 945e745
Dockerfile
@@ -13,7 +13,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ndc-elasticsearch
13
FROM alpine:3
14
15
# Install necessary certificates for the application to run
16
-RUN apk --no-cache add ca-certificates
+RUN apk update && \
17
+ apk upgrade && \
18
+ apk --no-cache add ca-certificates
19
20
# Create a safe working directory
21
WORKDIR /app
0 commit comments