Alpine 3.15

This commit is contained in:
J0WI 2021-11-25 11:19:41 +01:00
parent 5ec7771d82
commit 4b78ecfaf2
3 changed files with 3 additions and 3 deletions

2
3.8/alpine/Dockerfile generated
View File

@ -5,7 +5,7 @@
# #
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.14 FROM alpine:3.15
RUN apk add --no-cache \ RUN apk add --no-cache \
# grab su-exec for easy step-down from root # grab su-exec for easy step-down from root

2
3.9/alpine/Dockerfile generated
View File

@ -5,7 +5,7 @@
# #
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.14 FROM alpine:3.15
RUN apk add --no-cache \ RUN apk add --no-cache \
# grab su-exec for easy step-down from root # grab su-exec for easy step-down from root

View File

@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk! # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.14 FROM alpine:3.15
RUN apk add --no-cache \ RUN apk add --no-cache \
# grab su-exec for easy step-down from root # grab su-exec for easy step-down from root