few fixes

This commit is contained in:
Akshit Agrawal
2024-01-26 14:34:38 +05:30
parent b8041fdccd
commit b633b7dd8c
7 changed files with 119 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM scratch:latest
ENV GODEBUG netdns=go
+2 -5
View File
@@ -1,10 +1,7 @@
FROM alpine:3.6 as alpine
RUN apk add -U --no-cache ca-certificates
FROM scratch:latest
FROM alpine:3.6
ENV GODEBUG netdns=go
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ADD release/linux/arm64/drone-helm /bin/
ENTRYPOINT ["/bin/drone-helm"]