Skip to content

Commit

Permalink
Update base image to debian buster 1.8.0
Browse files Browse the repository at this point in the history
Update base image to latest one available
  • Loading branch information
jingxu97 committed Jul 19, 2021
1 parent 3ea867f commit b80e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN GO111MODULE=off CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -a -ldflags

# For security, we use kubernetes community maintained debian base image.
# https://github.com/kubernetes/release/tree/master/images/build/debian-base
FROM k8s.gcr.io/build-image/debian-base-${ARCH}:buster-v1.6.0
FROM k8s.gcr.io/build-image/debian-base-${ARCH}:buster-v1.8.0
ARG OS=linux
ARG ARCH=amd64

Expand Down

0 comments on commit b80e491

Please sign in to comment.