Skip to content

Commit 9eaa268

Browse files
Bump alpine from 3.13.1 to 3.13.2 (#23)
Bumps alpine from 3.13.1 to 3.13.2. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feb2e71 commit 9eaa268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /github.com/solarwinds/rkubelog
77
ADD . .
88
RUN CGO_ENABLED=0 go build -mod vendor -ldflags='-w -s -extldflags "-static"' -a -o /rkubelog .
99

10-
FROM alpine:3.13.1
10+
FROM alpine:3.13.2
1111
COPY --from=main /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1212
COPY --from=main /etc/ssl/certs/papertrail-bundle.pem /etc/ssl/certs/
1313
COPY --from=main /rkubelog /app/rkubelog

0 commit comments

Comments
 (0)