fix build failures

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-12-31 10:55:42 -08:00
parent 7004e95473
commit 7f631b2506
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:alpine
FROM ruby:2.3-alpine
RUN apk add --no-cache \
ca-certificates \

View File

@ -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