Skip to content

Commit

Permalink
Merge pull request #311 from linki/dependabot/docker/arm64v8/alpine-3…
Browse files Browse the repository at this point in the history
….13.2

chore(deps): bump arm64v8/alpine from 3.13.0 to 3.13.2
  • Loading branch information
linki authored Mar 17, 2021
2 parents bec7d88 + ab7486c commit 9ead213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go build -o /bin/chaoskube -v \
-ldflags "-X main.version=$(git describe --tags --always --dirty) -w -s"

# final image
FROM arm64v8/alpine:3.13.0
FROM arm64v8/alpine:3.13.2
MAINTAINER Linki <[email protected]>

COPY --from=builder /bin/chaoskube /bin/chaoskube
Expand Down

0 comments on commit 9ead213

Please sign in to comment.