Skip to content

Commit

Permalink
chore(deps): bump ppc64le/alpine from 3.12.3 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps ppc64le/alpine from 3.12.3 to 3.13.0.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 18, 2021
1 parent 4a4403d commit f33ac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
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 ppc64le/alpine:3.12.3
FROM ppc64le/alpine:3.13.0
MAINTAINER Linki <linki+docker.com@posteo.de>

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

0 comments on commit f33ac26

Please sign in to comment.