We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb2e71 commit 9eaa268Copy full SHA for 9eaa268
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /github.com/solarwinds/rkubelog
7
ADD . .
8
RUN CGO_ENABLED=0 go build -mod vendor -ldflags='-w -s -extldflags "-static"' -a -o /rkubelog .
9
10
-FROM alpine:3.13.1
+FROM alpine:3.13.2
11
COPY --from=main /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
12
COPY --from=main /etc/ssl/certs/papertrail-bundle.pem /etc/ssl/certs/
13
COPY --from=main /rkubelog /app/rkubelog
0 commit comments