Skip to content

Commit 808ab41

Browse files
committed
fix pr build
1 parent a5df9fd commit 808ab41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181

8282
- name: Set up Docker Buildx
8383
uses: docker/setup-buildx-action@v2
84+
with:
85+
driver-opts: image=moby/buildkit:v0.15.1
8486
if: ${{ matrix.os == 'ubuntu-latest' }}
8587

8688
- name: Build image for testing

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.69 as builder
16+
FROM public.ecr.aws/docker/library/rust:1.70 as builder
1717

1818
WORKDIR /usr/src/cp-utility
1919
COPY ./tools/cp-utility .

0 commit comments

Comments
 (0)