Alpine 3.14

This commit is contained in:
J0WI 2021-06-16 19:29:19 +02:00
parent a740fcd441
commit 59c5913a91
3 changed files with 3 additions and 3 deletions

View File

@ -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

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!
FROM alpine:3.13
FROM alpine:3.14
RUN apk add --no-cache \
# 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!
FROM alpine:3.13
FROM alpine:3.14
RUN apk add --no-cache \
# grab su-exec for easy step-down from root