Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 0bfefb5

Browse files
committed
Update to go 1.11 and alpine 3.8
1 parent 1651225 commit 0bfefb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang:1.10-alpine as builder
1+
FROM golang:1.11-alpine as builder
22
RUN apk add --no-cache gcc libnetfilter_queue-dev linux-headers musl-dev
33
WORKDIR /go/src/github.com/hownetworks/tracetrout
44
COPY . .
55
RUN go build -o /tracetrout -ldflags='-s -w'
66

7-
FROM alpine:3.7
7+
FROM alpine:3.8
88
ARG IPV6_SUPPORT
99
RUN apk add --no-cache iptables libnetfilter_queue ${IPV6_SUPPORT:+ip6tables}
1010
WORKDIR /tracetrout

0 commit comments

Comments
 (0)