Skip to content

Commit

Permalink
Merge pull request #9 from birm/patch-1
Browse files Browse the repository at this point in the history
ubuntu to 18 bionic
  • Loading branch information
ebremer authored Jun 22, 2020
2 parents 5c7076d + b3910d0 commit da752af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:bionic
LABEL maintainer="[email protected]"
#
# QuIP - Heatmap Loader Docker Container
Expand Down Expand Up @@ -50,4 +50,4 @@ WORKDIR /root
ENTRYPOINT tail -f /dev/null

# Define default command.
CMD ["tail -f /dev/null"]
CMD ["tail -f /dev/null"]

0 comments on commit da752af

Please sign in to comment.