Skip to content

Commit bf8198d

Browse files
worldtikibuger
authored andcommitted
Hardcode alpine version and bump version of goreplay from 16.0.2 to 16.1
1 parent 3acec0f commit bf8198d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM alpine:latest
1+
FROM alpine:3.6
22
RUN apk update && apk add ca-certificates && update-ca-certificates && apk add openssl
3-
RUN wget https://github.com/buger/goreplay/releases/download/v0.16.0.2/gor_0.16.0_x64.tar.gz -O gor.tar.gz
3+
RUN wget https://github.com/buger/goreplay/releases/download/v0.16.1/gor_0.16.1_x64.tar.gz -O gor.tar.gz
44
RUN tar xzf gor.tar.gz
5-
ENTRYPOINT ./gor
5+
ENTRYPOINT ["./goreplay"]

0 commit comments

Comments
 (0)