Skip to content

Commit

Permalink
Bump version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholastmosher committed Apr 5, 2020
1 parent 3f53ddb commit 51e732a
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:v0.2.1 AS frontend
FROM nicholastmosher/ifad-frontend:v0.2.2 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:v0.2.1
image: nicholastmosher/ifad-backend:v0.2.2
container_name: "ifad"
environment:
GENES_FILE: "/ifad/files/gene-types.txt"
Expand Down

0 comments on commit 51e732a

Please sign in to comment.