File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109109
110110 - name : Set up Docker Buildx
111111 uses : docker/setup-buildx-action@v2
112+ with :
113+ driver-opts : image=moby/buildkit:v0.15.1
112114 if : ${{ matrix.os == 'ubuntu-latest' }}
113115
114116 - name : Build image for testing
Original file line number Diff line number Diff line change 1313# permissions and limitations under the License.
1414
1515# Stage 1: Build the cp-utility binary
16- FROM public.ecr.aws/docker/library/rust:1.70 as builder
16+ FROM public.ecr.aws/docker/library/rust:1.75 as builder
1717
1818WORKDIR /usr/src/cp-utility
1919COPY ./tools/cp-utility .
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ repositories {
88}
99
1010dependencies {
11- implementation(" com.google.cloud.tools:jib-gradle-plugin:3.3.2 " )
11+ implementation(" com.google.cloud.tools:jib-gradle-plugin:3.4.3 " )
1212}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919 id(" com.github.ben-manes.versions" ) version " 0.47.0"
2020 id(" com.github.jk1.dependency-license-report" ) version " 2.4"
2121 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
22- id(" com.google.cloud.tools.jib" ) version " 3.3.2 "
22+ id(" com.google.cloud.tools.jib" ) version " 3.4.3 "
2323 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0"
2424 id(" nebula.release" ) version " 17.2.2"
2525 id(" org.springframework.boot" ) version " 2.7.13"
You can’t perform that action at this time.
0 commit comments