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 cffd9eb commit d316653Copy full SHA for d316653
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "0.28.2",
+ "version": "0.28.3",
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,4 @@
-FROM alpine:3.9
+FROM alpine:3.8
RUN apk add --update ca-certificates
0 commit comments