Skip to content
This repository was archived by the owner on Mar 10, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker build --no-cache -t local/travis .
#

FROM ruby:alpine@sha256:a451f1b40f702fbe104eeea7e24afa6645988f255446874094ff90014e44f05b
FROM ruby:alpine@sha256:7fdd3e9ab2f9797c280deeb1a97d8158b28bd33eb98531b928cb006270712d2e

RUN set -xe \
&& apk add --no-cache --virtual .build-deps \
Expand Down