Skip to content

Commit

Permalink
Bump alpine from 3.14.0 to 3.14.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent d3a7a04 commit f671255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go test ./...
ARG version=dev
RUN go build -ldflags "-X main.Version=$version" -o /bin/blackhole

FROM alpine:3.14.0
FROM alpine:3.14.1
RUN apk add --no-cache

COPY --from=build /bin/blackhole /usr/local/bin/blackhole
Expand Down

0 comments on commit f671255

Please sign in to comment.