We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660a9ec commit 07b87d5Copy full SHA for 07b87d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "0.16.0",
+ "version": "0.16.1",
4
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
5
"main": "index.js",
6
"scripts": {
venonactl/Dockerfile
@@ -1,4 +1,6 @@
-FROM scratch
+FROM alpine:3.8
+
+RUN apk add --update ca-certificates
COPY dist/linux_386/venona /
0 commit comments