Skip to content

Commit

Permalink
fix build failures
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Dec 31, 2016
1 parent 7004e95 commit 7f631b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commit-watcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:alpine
FROM ruby:2.3-alpine

RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion gitsome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -v ${HOME}/.gitsomeconfigurl:/home/anon/.gitsomeconfigurl \
# r.j3ss.co/gitsome
#
FROM python:3-alpine
FROM python:3.5-alpine

RUN apk add --no-cache \
bash
Expand Down

0 comments on commit 7f631b2

Please sign in to comment.