Skip to content

Commit

Permalink
update alpine base image to 3.15.4
Browse files Browse the repository at this point in the history
* upgrades busybox to fix CVE-2022-28391
  • Loading branch information
MrBatschner committed May 4, 2022
1 parent 5d89654 commit 9fe4338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN make install-requirements && make generate && make install

############# gardener-extension-os-suse-chost
FROM alpine:3.15.0 AS gardener-extension-os-suse-chost
FROM alpine:3.15.4 AS gardener-extension-os-suse-chost

COPY --from=builder /go/bin/gardener-extension-os-suse-chost /gardener-extension-os-suse-chost
ENTRYPOINT ["/gardener-extension-os-suse-chost"]

0 comments on commit 9fe4338

Please sign in to comment.