Skip to content

Commit

Permalink
Bump version to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholastmosher committed Feb 18, 2020
1 parent df07f8a commit ed6cdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nicholastmosher/ifad-frontend:latest AS frontend
FROM nicholastmosher/ifad-frontend:v0.1.7 AS frontend

FROM node:lts as backend

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
ifad-backend:
image: nicholastmosher/ifad-backend:latest
image: nicholastmosher/ifad-backend:v0.1.7
container_name: "ifad"
environment:
GENES_FILE: "/ifad/files/gene-types.txt"
Expand Down

0 comments on commit ed6cdbb

Please sign in to comment.