Skip to content

Commit

Permalink
feat: br federation change base image
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <[email protected]>
  • Loading branch information
lijie0123 committed Jul 25, 2023
1 parent 2ffc153 commit 233e5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/br-federation-manager/Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.14
FROM pingcap-base:v1

ARG TARGETARCH
RUN apk add tzdata bind-tools --no-cache
RUN dnf install -y tzdata bind-utils && dnf clean all
ADD bin/br-federation-manager /usr/local/bin/br-federation-manager

0 comments on commit 233e5a7

Please sign in to comment.