We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df9fd commit 808ab41Copy full SHA for 808ab41
.github/workflows/pr-build.yml
@@ -81,6 +81,8 @@ jobs:
81
82
- name: Set up Docker Buildx
83
uses: docker/setup-buildx-action@v2
84
+ with:
85
+ driver-opts: image=moby/buildkit:v0.15.1
86
if: ${{ matrix.os == 'ubuntu-latest' }}
87
88
- name: Build image for testing
Dockerfile
@@ -13,7 +13,7 @@
13
# permissions and limitations under the License.
14
15
# Stage 1: Build the cp-utility binary
16
-FROM public.ecr.aws/docker/library/rust:1.69 as builder
+FROM public.ecr.aws/docker/library/rust:1.70 as builder
17
18
WORKDIR /usr/src/cp-utility
19
COPY ./tools/cp-utility .
0 commit comments