Skip to content

Commit

Permalink
Merge pull request #165 from linki/dependabot/docker/arm64v8/alpine-3…
Browse files Browse the repository at this point in the history
….11.2
  • Loading branch information
dependabot-preview[bot] authored Jan 3, 2020
2 parents d364a75 + 9361822 commit bc2ec45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.arm32v6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder image
FROM golang:1.13-alpine3.10 as builder
FROM golang:1.13-alpine3.11 as builder

ENV CGO_ENABLED 0
ENV GO111MODULE on
Expand All @@ -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 arm32v6/alpine:3.10
FROM arm32v6/alpine:3.11
MAINTAINER Linki <linki+docker.com@posteo.de>

COPY --from=builder /bin/chaoskube /bin/chaoskube
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder image
FROM golang:1.13-alpine3.10 as builder
FROM golang:1.13-alpine3.11 as builder

ENV CGO_ENABLED 0
ENV GO111MODULE on
Expand All @@ -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.10
FROM arm64v8/alpine:3.11
MAINTAINER Linki <linki+docker.com@posteo.de>

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

0 comments on commit bc2ec45

Please sign in to comment.