Skip to content

Commit 420735a

Browse files
authored
Merge pull request #421 from infosiftr/alpine3.12
Update to alpine:3.12
2 parents 9effc7f + 4f8112f commit 420735a

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

3.7-rc/alpine/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
RUN apk add --no-cache \
55
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
3737
\
3838
apk add --no-cache --virtual .build-deps \
3939
autoconf \
40-
ca-certificates \
4140
dpkg-dev dpkg \
4241
gcc \
4342
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194193
RUN set -eux; \
195194
\
196195
apk add --no-cache --virtual .build-deps \
197-
ca-certificates \
198196
gnupg \
199197
xz \
200198
; \

3.7/alpine/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
RUN apk add --no-cache \
55
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
3737
\
3838
apk add --no-cache --virtual .build-deps \
3939
autoconf \
40-
ca-certificates \
4140
dpkg-dev dpkg \
4241
gcc \
4342
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194193
RUN set -eux; \
195194
\
196195
apk add --no-cache --virtual .build-deps \
197-
ca-certificates \
198196
gnupg \
199197
xz \
200198
; \

3.8-rc/alpine/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
RUN apk add --no-cache \
55
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
3737
\
3838
apk add --no-cache --virtual .build-deps \
3939
autoconf \
40-
ca-certificates \
4140
dpkg-dev dpkg \
4241
gcc \
4342
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194193
RUN set -eux; \
195194
\
196195
apk add --no-cache --virtual .build-deps \
197-
ca-certificates \
198196
gnupg \
199197
xz \
200198
; \

3.8/alpine/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
RUN apk add --no-cache \
55
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
3737
\
3838
apk add --no-cache --virtual .build-deps \
3939
autoconf \
40-
ca-certificates \
4140
dpkg-dev dpkg \
4241
gcc \
4342
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194193
RUN set -eux; \
195194
\
196195
apk add --no-cache --virtual .build-deps \
197-
ca-certificates \
198196
gnupg \
199197
xz \
200198
; \

Dockerfile-alpine.template

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
RUN apk add --no-cache \
55
# grab su-exec for easy step-down from root
@@ -37,7 +37,6 @@ RUN set -eux; \
3737
\
3838
apk add --no-cache --virtual .build-deps \
3939
autoconf \
40-
ca-certificates \
4140
dpkg-dev dpkg \
4241
gcc \
4342
gnupg \
@@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
194193
RUN set -eux; \
195194
\
196195
apk add --no-cache --virtual .build-deps \
197-
ca-certificates \
198196
gnupg \
199197
xz \
200198
; \

0 commit comments

Comments
 (0)