Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.12.0 to 3.12.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.12.0 to 3.12.1.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 26, 2020
1 parent 5679b7c commit bc69df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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 alpine:3.12.0
FROM alpine:3.12.1
MAINTAINER Linki <linki+docker.com@posteo.de>

RUN apk --no-cache add ca-certificates dumb-init tzdata
Expand Down

0 comments on commit bc69df2

Please sign in to comment.