Skip to content

Commit

Permalink
Merge pull request #66 from MrBatschner/update-alpine
Browse files Browse the repository at this point in the history
update alpine base image to 3.15.4
  • Loading branch information
MrBatschner committed May 4, 2022
2 parents 5d89654 + 9fe4338 commit 6060eed
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 6060eed

Please sign in to comment.