From 7f631b25065f99a0281ffd97b0790b8cf06bff5e Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sat, 31 Dec 2016 10:55:42 -0800 Subject: [PATCH] fix build failures Signed-off-by: Jess Frazelle --- commit-watcher/Dockerfile | 2 +- gitsome/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index c74e849..827ad2d 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:alpine +FROM ruby:2.3-alpine RUN apk add --no-cache \ ca-certificates \ diff --git a/gitsome/Dockerfile b/gitsome/Dockerfile index 0d03186..a093dcb 100644 --- a/gitsome/Dockerfile +++ b/gitsome/Dockerfile @@ -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