Skip to content

Commit

Permalink
Merge pull request #76 from ywk253100/220207_busybox_gcp
Browse files Browse the repository at this point in the history
Bump up busybox version
  • Loading branch information
blackpiglet authored Feb 7, 2022
2 parents 1125a38 + 453868d commit 51d2e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/auto-assignees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ reviewers:

groups:
maintainers:
- zubron
- dsu-igeek
- jenting
- sseago
- reasonerjt
- ywk253100
- blackpiglet
- qiuming-best

options:
ignore_draft: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . /go/src/velero-plugin-for-gcp
WORKDIR /go/src/velero-plugin-for-gcp
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /go/bin/velero-plugin-for-gcp ./velero-plugin-for-gcp

FROM busybox:1.33.1 AS busybox
FROM busybox:1.34.1 AS busybox

FROM gcr.io/distroless/base-debian10@sha256:6dc8ca7c3bbdb1a00fd8f1229b1b8c88986a5818b830e3a42d4946982dbbf18b
COPY --from=build /go/bin/velero-plugin-for-gcp /plugins/
Expand Down

0 comments on commit 51d2e21

Please sign in to comment.