Skip to content

Commit

Permalink
Merge pull request #7 from TheBiggerGuy/dev
Browse files Browse the repository at this point in the history
Update to Alpine 3.9
  • Loading branch information
TheBiggerGuy authored Mar 19, 2019
2 parents 75a20a1 + 8534de5 commit 1228a6c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adsbexchange-mlat/Dockerfile-adsbexchange-mlat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM multiarch/alpine:armhf-v3.8 as base
FROM multiarch/alpine:armhf-v3.9 as base

RUN apk add --no-cache python3 && \
rm -rf /usr/share/terminfo
Expand Down
2 changes: 1 addition & 1 deletion adsbexchange/Dockerfile-adsbexchange
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM multiarch/alpine:armhf-v3.8
FROM multiarch/alpine:armhf-v3.9

RUN apk add --no-cache socat iputils

Expand Down
2 changes: 1 addition & 1 deletion adsbhub/Dockerfile-adsbhub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM multiarch/alpine:armhf-v3.8
FROM multiarch/alpine:armhf-v3.9

RUN apk add --no-cache socat iputils

Expand Down
2 changes: 1 addition & 1 deletion dump1090/Dockerfile-dump1090
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base Image ##################################################################
FROM multiarch/alpine:armhf-v3.8 as base
FROM multiarch/alpine:armhf-v3.9 as base

RUN cat /etc/apk/repositories && \
echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories && \
Expand Down
2 changes: 1 addition & 1 deletion openskynetwork/Dockerfile-openskynetwork
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM multiarch/alpine:armhf-v3.8
FROM multiarch/alpine:armhf-v3.9

RUN apk add --no-cache socat iputils

Expand Down

0 comments on commit 1228a6c

Please sign in to comment.