Skip to content

Commit

Permalink
update buildkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw committed Oct 10, 2024
1 parent 8e9ca37 commit 3668ad3
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 @@ -12,7 +12,7 @@ RUN go build -o /assets/task ./cmd/task
RUN go build -o /assets/build ./cmd/build

FROM ${base_image} AS task
ARG BUILDKIT_VERSION=v0.15.1
ARG BUILDKIT_VERSION=v0.16.0
RUN apt update && apt upgrade -y
RUN apt-get install -y --no-install-recommends \
wget \
Expand Down

0 comments on commit 3668ad3

Please sign in to comment.