Skip to content

Commit

Permalink
Bump golang and busybox (#172)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Atamanenko <[email protected]>

Co-authored-by: Shri Javadekar <[email protected]>
  • Loading branch information
uthark and shrinandj authored Dec 21, 2020
1 parent b8f69e8 commit 757b669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.15.3 as builder
FROM golang:1.15.6 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand All @@ -23,7 +23,7 @@ RUN curl -L https://storage.googleapis.com/kubernetes-release/release/v1.14.10/b
RUN chmod +x /usr/local/bin/kubectl

# Add busybox
FROM busybox:1.31 as shelladder
FROM busybox:1.32.0 as shelladder

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
Expand Down

0 comments on commit 757b669

Please sign in to comment.