Skip to content

Commit

Permalink
br: security update br image:1.18.1-alpine to 1.18.9-alpine (pingcap#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiabee authored and blacktear23 committed Feb 15, 2023
1 parent b802f32 commit 61525b4
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 61525b4

Please sign in to comment.