Skip to content

Commit

Permalink
br: security update br image:1.18.1-alpine to 1.18.9-alpine (#40863)
Browse files Browse the repository at this point in the history
ref #39052
  • Loading branch information
xiabee authored Feb 14, 2023
1 parent d1ee574 commit 5999b2c
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 5999b2c

Please sign in to comment.