From 0345c22c1e114e83de2f2814094f28caf51c5414 Mon Sep 17 00:00:00 2001 From: Si Westcott Date: Thu, 26 Apr 2018 18:49:02 +0100 Subject: [PATCH] Bump alpine version of the staging container to use newer ruby version (#8178) --- staging-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging-container/Dockerfile b/staging-container/Dockerfile index cb0d6a0f70..04fb4f75ba 100644 --- a/staging-container/Dockerfile +++ b/staging-container/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.3 +FROM alpine:3.7 RUN apk add --no-cache \ build-base \