Skip to content

Commit

Permalink
fix: upgrade deprecated image tag
Browse files Browse the repository at this point in the history
Signed-off-by: spencercjh <spencercjh@gmail.com>
  • Loading branch information
spencercjh authored and MandssS committed Jul 1, 2024
1 parent 0fee373 commit 9578dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/image/amd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8 as builder
FROM alpine:3.19 as builder

ENV OPERATOR=/usr/local/bin/chaosblade-operator
COPY build/_output/bin/chaosblade-operator /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion build/musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.5
FROM golang:1.20.13
LABEL maintainer="Changjun Xiao"

# # The image is used to build chaosblade for musl
Expand Down

0 comments on commit 9578dfb

Please sign in to comment.