Skip to content

Commit

Permalink
Update fips.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Dec 16, 2023
1 parent 515d4e5 commit cc116ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tikv/fips.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/tikv/target \
RUN /tikv/bin/tikv-server --version

########### stage: Final image
FROM ghcr.io/pingcap-qe/bases/tikv-base:v1.8.0
FROM ghcr.io/pingcap-qe/bases/tikv-base:v1.8.0-fips

ENV MALLOC_CONF="prof:true,prof_active:false"
COPY --from=building /tikv/bin/tikv-server /tikv-server
Expand Down

0 comments on commit cc116ba

Please sign in to comment.