Skip to content
Snippets Groups Projects
Commit f85ef403 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update moby/buildkit Docker tag to v0.19.0

parent 93d6ef83
No related branches found
No related tags found
1 merge request!7Update moby/buildkit Docker tag to v0.19.0
Pipeline #54170 passed
......@@ -7,7 +7,7 @@ FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/golang:1.23.5-alpin
COPY helper/ ./
RUN CGO_ENABLED=0 go build -ldflags "-w -s" -o /build-image
FROM moby/buildkit:v0.18.2-rootless
FROM moby/buildkit:v0.19.0-rootless
USER root
ENV BUILDKIT_COLORS=run=green:warning=yellow:error=red:cancel=255,165,0
RUN mkdir /etc/buildkit && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment