Skip to content

Commit 07b87d5

Browse files
author
Oleg Sucharevich
committed
update dockerfile base image
1 parent 660a9ec commit 07b87d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM scratch
1+
FROM alpine:3.8
2+
3+
RUN apk add --update ca-certificates
24

35
COPY dist/linux_386/venona /
46

0 commit comments

Comments
 (0)