Skip to content

Commit 05ac89a

Browse files
author
Tim Middleton
committed
Fix missing docker image
1 parent b8e8685 commit 05ac89a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
- name: Get Docker Images
4242
shell: bash
4343
run: |
44-
docker pull gcr.io/distroless/java:11
45-
uname -a
44+
docker pull gcr.io/distroless/java17
4645
4746
- name: Set up JDK
4847
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)