Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent f7c3670 commit a2d2500
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.12 as arm64
FROM alpine:3.21 as arm64
RUN apk add --no-cache tzdata bash curl socat

0 comments on commit a2d2500

Please sign in to comment.