Skip to content

Commit

Permalink
fix: bump alpine version (#2872)
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer authored and ngjaying committed May 24, 2024
1 parent b525410 commit 12e62b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR /go/kuiper

RUN make build_with_edgex

FROM alpine:3.16
FROM alpine:3.20.0

# Set environment vars
ENV MAINTAINER="emqx.io" \
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile-kubernetes-tool
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /go/kuiper/tools/kubernetes

RUN go build -o kuiper-kubernetes-tool main.go

FROM alpine:3.16
FROM alpine:3.20.0

WORKDIR /kuiper-kubernetes-tool

Expand Down

0 comments on commit 12e62b7

Please sign in to comment.