Skip to content

Commit

Permalink
Update version in install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed May 6, 2020
1 parent 7cbd5a6 commit 073f5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can find all source Dockerfiles in the `/docker` folder ([here](https://gith
Here's an example Dockerfile for a Node app:

```dockerfile
FROM dopplerhq/cli:2-node
FROM dopplerhq/cli:3-node

# doppler args must be passed at runtime
ENV DOPPLER_TOKEN="" ENCLAVE_PROJECT="" ENCLAVE_CONFIG=""
Expand All @@ -102,7 +102,7 @@ COPY . .
ENTRYPOINT doppler run -- node index.js
```

Build the Dockerfile:
Build the Dockerfile:

```sh
docker build -t mytestapp .
Expand Down

0 comments on commit 073f5ea

Please sign in to comment.