Skip to content

Commit

Permalink
fix haskell docker image to 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Dec 11, 2018
1 parent 9534994 commit f6a7ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haskell:8.4 as build-env
FROM haskell:8.4.3 as build-env

WORKDIR /toodles-app

Expand Down

0 comments on commit f6a7ea4

Please sign in to comment.