Skip to content

Commit 4deaa09

Browse files
committed
fix from imaage
1 parent e7fdfeb commit 4deaa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt update \
1515
&& rm -rf adc.tar.gz \
1616
&& apt autoremove -y wget
1717

18-
FROM gcr.io/distroless/static-debian12:${BASE_IMAGE_TAG}
18+
FROM gcr.io/distroless/cc-debian12:${BASE_IMAGE_TAG}
1919
WORKDIR /app
2020

2121
COPY --from=deps /bin/adc /bin/adc

0 commit comments

Comments
 (0)