File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.6
1
+ FROM alpine:3.8
2
2
3
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
4
RUN addgroup -S rabbitmq && adduser -S -h /var/lib/rabbitmq -G rabbitmq rabbitmq
Original file line number Diff line number Diff line change 1
- FROM alpine:3.6
1
+ FROM alpine:3.8
2
2
3
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
4
RUN addgroup -S rabbitmq && adduser -S -h /var/lib/rabbitmq -G rabbitmq rabbitmq
Original file line number Diff line number Diff line change 1
- FROM alpine:3.7
1
+ FROM alpine:3.8
2
2
3
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
4
RUN addgroup -S rabbitmq && adduser -S -h /var/lib/rabbitmq -G rabbitmq rabbitmq
Original file line number Diff line number Diff line change 1
- FROM alpine:3.7
1
+ FROM alpine:3.8
2
2
3
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
4
RUN addgroup -S rabbitmq && adduser -S -h /var/lib/rabbitmq -G rabbitmq rabbitmq
You can’t perform that action at this time.
0 commit comments