From 59c5913a9191ceb7ae2168a7f740e30ceb127de0 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 16 Jun 2021 19:29:19 +0200 Subject: [PATCH] Alpine 3.14 --- 3.8-rc/alpine/Dockerfile | 2 +- 3.8/alpine/Dockerfile | 2 +- Dockerfile-alpine.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3.8-rc/alpine/Dockerfile b/3.8-rc/alpine/Dockerfile index 8ee19cac..ee256f59 100644 --- a/3.8-rc/alpine/Dockerfile +++ b/3.8-rc/alpine/Dockerfile @@ -5,7 +5,7 @@ # # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! -FROM alpine:3.13 +FROM alpine:3.14 RUN apk add --no-cache \ # grab su-exec for easy step-down from root diff --git a/3.8/alpine/Dockerfile b/3.8/alpine/Dockerfile index 44725cf5..3f7e1c0b 100644 --- a/3.8/alpine/Dockerfile +++ b/3.8/alpine/Dockerfile @@ -5,7 +5,7 @@ # # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! -FROM alpine:3.13 +FROM alpine:3.14 RUN apk add --no-cache \ # grab su-exec for easy step-down from root diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 3cf5c6c7..7dad0715 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -1,5 +1,5 @@ # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! -FROM alpine:3.13 +FROM alpine:3.14 RUN apk add --no-cache \ # grab su-exec for easy step-down from root