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 b7a6a70 commit 5484e50Copy full SHA for 5484e50
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "0.24.2",
+ "version": "0.25.0",
4
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
5
"main": "index.js",
6
"scripts": {
venonactl/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.8
RUN apk add --update ca-certificates
-COPY dist/linux_386/venona /
+COPY dist/venona_linux_386/venona /
7
ENTRYPOINT [ "/venona" ]
8
0 commit comments