diff --git a/testrepo/go-dep-project/Dockerfile.local b/testrepo/go-dep-project/Dockerfile.local index 62252f4c..e88c8fcb 100644 --- a/testrepo/go-dep-project/Dockerfile.local +++ b/testrepo/go-dep-project/Dockerfile.local @@ -1,9 +1,9 @@ -FROM alpine:3.7 AS builder +FROM alpine:3.22.0 AS builder RUN apk add --update --no-cache ca-certificates -FROM alpine:3.7 +FROM alpine:3.22.0 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/