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 e7fdfeb commit 4deaa09Copy full SHA for 4deaa09
Dockerfile
@@ -15,7 +15,7 @@ RUN apt update \
15
&& rm -rf adc.tar.gz \
16
&& apt autoremove -y wget
17
18
-FROM gcr.io/distroless/static-debian12:${BASE_IMAGE_TAG}
+FROM gcr.io/distroless/cc-debian12:${BASE_IMAGE_TAG}
19
WORKDIR /app
20
21
COPY --from=deps /bin/adc /bin/adc
0 commit comments