aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-02-13 16:37:34 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commitd2a491c0b69bb0777b124e9ba278c05129bb327e (patch)
tree164a646a764d734167a7e884ec11d89f4e9de347
parent854f6ec22bb109043087994419ab137c2b281312 (diff)
downloaddexon-d2a491c0b69bb0777b124e9ba278c05129bb327e.tar.gz
dexon-d2a491c0b69bb0777b124e9ba278c05129bb327e.tar.zst
dexon-d2a491c0b69bb0777b124e9ba278c05129bb327e.zip
misc: Update Dockerfile
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 43dea93ad..9b5615fcb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
-FROM golang:1.11-alpine as builder
+FROM golang:1.11-alpine3.9 as builder
RUN apk add --no-cache make gcc musl-dev linux-headers g++ gmp-dev openssl-dev pkgconfig
@@ -7,7 +7,7 @@ ADD . /dexon
RUN cd /dexon && make clean && DOCKER=alpine make gdex
# Pull Geth into a second stage deploy alpine container
-FROM alpine:latest
+FROM alpine:3.9
RUN apk add --no-cache ca-certificates libstdc++ curl gmp openssl
COPY --from=builder /dexon/build/bin/gdex /usr/local/bin/
n> * - Update to version 20040214krion2004-02-145-569/+611 * This port is broken on 4.x too, and will be removed after April 7.kris2004-02-081-5/+2 * BROKEN on 5.x: does not compilekris2004-02-081-1/+7 * Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1 * BROKEN on 5.x: does not compilekris2003-10-161-1/+7 * Update 20030507 to 20030825[1]. Following additional changes has made:kiri2003-09-105-562/+561 * removed empty patch files:arved2003-05-214-0/+0 * Remove *.orig patchesarved2003-05-196-155/+0 * Update to 20030507arved2003-05-1925-209/+423 * Try to get it out of bento's failed ports listedwin2003-03-031-0/+1 * Update for math/asir2000 to version 20030215edwin2003-02-235-18/+32 * De-pkg-comment.knu2003-02-212-1/+1 * ports/math/asir2000 do not build. This probrem has two reasons.edwin2002-11-075-25/+33 * Set USE_X_PREFIX=yes to fix buildkris2002-10-021-2/+2 * Upgrade to 20020910 and unbroken.kuriyama2002-09-206-42/+54 * BROKEN: Does not buildkris2002-09-191-0/+2 * Bump shared library version after pari-devel updatepat2002-08-081-1/+1 * upgrade to 0410ijliao2002-04-102-2/+2 * Upgrade to 20020328.kuriyama2002-04-015-48/+65