moving all code to plugin.go and tests to plugin_test.go

This commit is contained in:
Senthil Kumar T
2024-11-20 20:45:28 +05:30
parent 197ab3eca9
commit 98626a053d
5 changed files with 442 additions and 502 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
FROM alpine:3.6 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates
FROM alpine:3.6
FROM alpine:3.20
ENV GODEBUG netdns=go
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/