diff --git a/testrepo/go-dep-project/Dockerfile b/testrepo/go-dep-project/Dockerfile index 5b628513..be123296 100644 --- a/testrepo/go-dep-project/Dockerfile +++ b/testrepo/go-dep-project/Dockerfile @@ -16,7 +16,7 @@ COPY . /go/src/${PACKAGE} RUN BUILD_DIR='' BINARY_NAME=app make build-release -FROM alpine:3.7 +FROM alpine:3.22.0 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /app /app USER nobody:nobody