From 95ce711ede606b8e0a79047235d72ff8787c5f33 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 18 Aug 2022 10:07:32 -0400 Subject: [PATCH] Update base image (#12) * Updating the base image to the latest This updates the base alpine image to the latest which addresses multiple known vulnerabilities Signed-off-by: Andrew Thompson * Fixing typo in README Signed-off-by: Andrew Thompson Signed-off-by: Andrew Thompson --- Dockerfile | 4 ++-- Dockerfile.exporter | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e8b5b3..6da4561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 as builder +FROM alpine:3.15 as builder MAINTAINER Opstree Solutions @@ -21,7 +21,7 @@ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz ${REDIS_DOWNLOAD_URL}/redis- mkdir -p /etc/redis && \ cp -f *.conf /etc/redis -FROM alpine:3.9 +FROM alpine:3.15 MAINTAINER Opstree Solutions diff --git a/Dockerfile.exporter b/Dockerfile.exporter index fae906f..1ec4a21 100644 --- a/Dockerfile.exporter +++ b/Dockerfile.exporter @@ -1,4 +1,4 @@ -FROM alpine:3.9 as builder +FROM alpine:3.15 as builder ARG EXPORTER_URL="https://github.com/oliver006/redis_exporter/releases/download" diff --git a/README.md b/README.md index 52391db..ebab099 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Ot-Container-Kit (Redis) -I am a repo which have a production based Redis and Redis Expoer docker image codebase. +I am a repo which have a production based Redis and Redis Exporter docker image codebase. ## Features -- 2.26.0