Skip to content

Commit

Permalink
Upgraded to version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
briantanseng committed Mar 21, 2020
1 parent ae2dd99 commit fd1b777
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG DOCUMIZE_VERSION=v3.1.0
ARG DOCUMIZE_VERSION=v3.7.0

RUN apk add --no-cache curl

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git clone [email protected]:98labs/docker-documize.git && cd docker-documize

2.0 Build the Docker image
```
docker build -t organization/documize .
docker build -t 98labs/documize:3.7.0 -t 98labs/documize:latest .
```

## Run the container via docker-compose
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
documize:
container_name: documize
image: 98labs/documize:3.1.0
image: 98labs/documize:3.7.0
depends_on:
- db
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

documize:
container_name: documize
image: 98labs/documize:3.1.0
image: 98labs/documize:3.7.0
depends_on:
- db
volumes:
Expand Down

0 comments on commit fd1b777

Please sign in to comment.