Skip to content

Commit

Permalink
Merge pull request #421 from infosiftr/alpine3.12
Browse files Browse the repository at this point in the history
Update to alpine:3.12
  • Loading branch information
tianon authored Jun 24, 2020
2 parents 9effc7f + 4f8112f commit 420735a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions 3.7-rc/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12

RUN apk add --no-cache \
# grab su-exec for easy step-down from root
Expand Down Expand Up @@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
Expand Down Expand Up @@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \
Expand Down
4 changes: 1 addition & 3 deletions 3.7/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12

RUN apk add --no-cache \
# grab su-exec for easy step-down from root
Expand Down Expand Up @@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
Expand Down Expand Up @@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \
Expand Down
4 changes: 1 addition & 3 deletions 3.8-rc/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12

RUN apk add --no-cache \
# grab su-exec for easy step-down from root
Expand Down Expand Up @@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
Expand Down Expand Up @@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \
Expand Down
4 changes: 1 addition & 3 deletions 3.8/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12

RUN apk add --no-cache \
# grab su-exec for easy step-down from root
Expand Down Expand Up @@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
Expand Down Expand Up @@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12

RUN apk add --no-cache \
# grab su-exec for easy step-down from root
Expand Down Expand Up @@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
Expand Down Expand Up @@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \
Expand Down

0 comments on commit 420735a

Please sign in to comment.