We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec36a4 commit cc87a3eCopy full SHA for cc87a3e
build/image/blade/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.8
+FROM alpine:3.19
2
LABEL maintainer="Changjun Xiao"
3
4
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
build/image/musl/Dockerfile
-FROM golang:1.20.5
+FROM golang:1.20.13
# # The image is used to build chaosblade for musl
build/image/upx/Dockerfile
-FROM alpine:3.8 as builder
+FROM alpine:3.19 as builder
LABEL maintainer="tiny-x"
# install upx
0 commit comments