From 80678323038e3b593c60319fbf690f92a6da9f5f Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Fri, 5 Oct 2018 04:27:40 +0200 Subject: [PATCH] Update alpine linux version in Dockerfile Alpine version 3.4 is EOL since 2018-05-01. See https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases Signed-off-by: Oz N Tiram --- staging/storage/redis/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/storage/redis/image/Dockerfile b/staging/storage/redis/image/Dockerfile index 9f619a5ad..d98f13a8c 100644 --- a/staging/storage/redis/image/Dockerfile +++ b/staging/storage/redis/image/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.4 +FROM alpine:3.8 RUN apk add --no-cache redis sed bash