Skip to content

Commit

Permalink
Update dockerfiles/bases/tiflow-base/release-6.5.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Dec 26, 2024
1 parent 20e2e50 commit bf753e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/bases/tiflow-base/release-6.5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM pingcap/alpine-glibc:alpine-3.14.6 as amd64
RUN apk add --no-cache tzdata bash curl socat

############## linux/arm64 ##################
FROM alpine:3.21 as arm64
FROM alpine:3.12 as arm64
RUN apk add --no-cache tzdata bash curl socat

0 comments on commit bf753e0

Please sign in to comment.