Skip to content

Commit

Permalink
Merge pull request #8 from cloud-gov/new-buildkit-version
Browse files Browse the repository at this point in the history
update buildkit version
  • Loading branch information
dandersonsw authored Oct 10, 2024
2 parents 8e9ca37 + 3668ad3 commit 6cbea0e
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 6cbea0e

Please sign in to comment.