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.
2 parents 6f2cc97 + b6b5956 commit ef27365Copy full SHA for ef27365
1 file changed
Dockerfile
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 \
18
go build -v -o wait-for-pg
19
20
# Copy compiled binary to clear Alpine Linux image
21
-FROM alpine:3.17.2
+FROM alpine:3.17.3
22
WORKDIR /
23
RUN apk add --no-cache ca-certificates
24
COPY --from=builder /go/src/github.com/mxssl/wait-for-pg/wait-for-pg /usr/local/bin/wait-for-pg
0 commit comments