Skip to content

Commit

Permalink
update moby buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw committed Jun 26, 2024
1 parent 08b2299 commit ad95854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go build -o /assets/build ./cmd/build
FROM ${base_image} AS task
RUN apt update && apt upgrade -y
RUN apt-get install -y wget runc
RUN wget https://github.com/moby/buildkit/releases/download/v0.13.1/buildkit-v0.13.1.linux-amd64.tar.gz
RUN wget https://github.com/moby/buildkit/releases/download/v0.14.1/buildkit-v0.14.1.linux-amd64.tar.gz
RUN tar xvf buildkit-v0.13.1.linux-amd64.tar.gz -C /usr
COPY --from=builder /assets/task /usr/bin/
COPY --from=builder /assets/build /usr/bin/
Expand Down

0 comments on commit ad95854

Please sign in to comment.