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