Skip to content

Commit

Permalink
security update Br dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiabee authored and ti-chi-bot committed Feb 14, 2023
1 parent b4372fd commit 7175d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions br/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For loading data to TiDB
FROM golang:1.18.1-alpine as go-ycsb-builder
FROM golang:1.18.9-alpine as go-ycsb-builder
WORKDIR /go/src/github.com/pingcap/

RUN apk add --no-cache \
Expand All @@ -17,7 +17,7 @@ RUN git clone https://github.com/pingcap/go-ycsb.git --depth=1 && \
# For operating minio S3 compatible storage
FROM minio/mc as mc-builder

FROM golang:1.18.1-alpine
FROM golang:1.18.9-alpine

WORKDIR /go/src/github.com/pingcap/br
COPY . .
Expand Down

0 comments on commit 7175d87

Please sign in to comment.