Skip to content

Commit

Permalink
Update to Alpine 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBiggerGuy committed Mar 3, 2019
1 parent 75a20a1 commit 8534de5
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 8534de5

Please sign in to comment.