Alpine 3.15
This commit is contained in:
parent
5ec7771d82
commit
4b78ecfaf2
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue