File tree 3 files changed +4
-4
lines changed
components/image-builder-bob
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
11
11
github.com/gofrs/flock v0.8.0 // indirect
12
12
github.com/hashicorp/go-retryablehttp v0.7.0
13
- github.com/moby/buildkit v0.10.1
13
+ github.com/moby/buildkit v0.10.2
14
14
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
15
15
github.com/sirupsen/logrus v1.8.1
16
16
github.com/spf13/cobra v1.2.1
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0Qu
296
296
github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
297
297
github.com/mitchellh/mapstructure v1.1.2 /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
298
298
github.com/mitchellh/mapstructure v1.4.1 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
299
- github.com/moby/buildkit v0.10.1 h1:jB0xuJU0ehDxDnzKal6R7BUHxXZ/EOA1CCuD+24fBvU =
300
- github.com/moby/buildkit v0.10.1 /go.mod h1:jxeOuly98l9gWHai0Ojrbnczrk/rf+o9/JqNhY+UCSo =
299
+ github.com/moby/buildkit v0.10.2 h1:jywa+mPPtsfCQqpIbt72RUKf49hTTCirTqIs4LG0n+8 =
300
+ github.com/moby/buildkit v0.10.2 /go.mod h1:jxeOuly98l9gWHai0Ojrbnczrk/rf+o9/JqNhY+UCSo =
301
301
github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg =
302
302
github.com/moby/locker v1.0.1 /go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc =
303
303
github.com/moby/sys/mountinfo v0.6.0 h1:gUDhXQx58YNrpHlK4nSL+7y2pxFZkUcXqzFDKWdC0Oo =
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License-AGPL.txt in the project root for license information.
4
4
5
- FROM moby/buildkit:v0.10.1
5
+ FROM moby/buildkit:v0.10.2
6
6
7
7
USER root
8
8
RUN apk --no-cache add sudo bash \
You can’t perform that action at this time.
0 commit comments