Skip to content

Commit

Permalink
benchmark dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Aug 24, 2021
1 parent 7a7d2ea commit a24e358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.15.6
FROM golang:1.16.3

WORKDIR /go/src/app

COPY go.mod go.sum ./
RUN go get -d ./
RUN go mod download

COPY ./pkg pkg
COPY ./benchmark benchmark
Expand Down

0 comments on commit a24e358

Please sign in to comment.