Skip to content

Commit

Permalink
update dockerfile base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sucharevich committed Feb 14, 2019
1 parent 660a9ec commit 07b87d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venona",
"version": "0.16.0",
"version": "0.16.1",
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion venonactl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM scratch
FROM alpine:3.8

RUN apk add --update ca-certificates

COPY dist/linux_386/venona /

Expand Down

0 comments on commit 07b87d5

Please sign in to comment.