Skip to content

Commit 8b4eb56

Browse files
Bump alpine from 3.13.4 to 3.13.5 (#7)
Bumps alpine from 3.13.4 to 3.13.5. Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 6bde116 commit 8b4eb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN go test ./...
77
ARG version=dev
88
RUN go build -ldflags "-X main.Version=$version" -o /bin/blackhole
99

10-
FROM alpine:3.13.4
10+
FROM alpine:3.13.5
1111
RUN apk add --no-cache
1212

1313
COPY --from=build /bin/blackhole /usr/local/bin/blackhole

0 commit comments

Comments
 (0)