File tree Expand file tree Collapse file tree 5 files changed +5
-15
lines changed Expand file tree Collapse file tree 5 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
RUN apk add --no-cache \
5
5
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
37
37
\
38
38
apk add --no-cache --virtual .build-deps \
39
39
autoconf \
40
- ca-certificates \
41
40
dpkg-dev dpkg \
42
41
gcc \
43
42
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194
193
RUN set -eux; \
195
194
\
196
195
apk add --no-cache --virtual .build-deps \
197
- ca-certificates \
198
196
gnupg \
199
197
xz \
200
198
; \
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
RUN apk add --no-cache \
5
5
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
37
37
\
38
38
apk add --no-cache --virtual .build-deps \
39
39
autoconf \
40
- ca-certificates \
41
40
dpkg-dev dpkg \
42
41
gcc \
43
42
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194
193
RUN set -eux; \
195
194
\
196
195
apk add --no-cache --virtual .build-deps \
197
- ca-certificates \
198
196
gnupg \
199
197
xz \
200
198
; \
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
RUN apk add --no-cache \
5
5
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
37
37
\
38
38
apk add --no-cache --virtual .build-deps \
39
39
autoconf \
40
- ca-certificates \
41
40
dpkg-dev dpkg \
42
41
gcc \
43
42
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194
193
RUN set -eux; \
195
194
\
196
195
apk add --no-cache --virtual .build-deps \
197
- ca-certificates \
198
196
gnupg \
199
197
xz \
200
198
; \
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
RUN apk add --no-cache \
5
5
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
37
37
\
38
38
apk add --no-cache --virtual .build-deps \
39
39
autoconf \
40
- ca-certificates \
41
40
dpkg-dev dpkg \
42
41
gcc \
43
42
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194
193
RUN set -eux; \
195
194
\
196
195
apk add --no-cache --virtual .build-deps \
197
- ca-certificates \
198
196
gnupg \
199
197
xz \
200
198
; \
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
RUN apk add --no-cache \
5
5
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
37
37
\
38
38
apk add --no-cache --virtual .build-deps \
39
39
autoconf \
40
- ca-certificates \
41
40
dpkg-dev dpkg \
42
41
gcc \
43
42
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194
193
RUN set -eux; \
195
194
\
196
195
apk add --no-cache --virtual .build-deps \
197
- ca-certificates \
198
196
gnupg \
199
197
xz \
200
198
; \
You can’t perform that action at this time.
0 commit comments