Skip to content

Commit

Permalink
update builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Apr 9, 2020
1 parent 03657aa commit 5fc5f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM fedora:30
FROM fedora:31

RUN dnf install -y \
# Commong tools
Expand Down Expand Up @@ -45,7 +45,7 @@ ENV ANDROID_NDK_URL=https://dl.google.com/android/repository/android-ndk-r20-lin

ENV LIBPCAP_URL=https://www.tcpdump.org/release/libpcap-1.9.0.tar.gz

ENV GO_TARBALL=https://dl.google.com/go/go1.12.9.linux-amd64.tar.gz
ENV GO_TARBALL=https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz

# Android toolchain
RUN wget --quiet -O /opt/android-ndk.zip $ANDROID_NDK_URL
Expand Down

0 comments on commit 5fc5f6c

Please sign in to comment.