We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cbaf6 commit 75d4380Copy full SHA for 75d4380
ci/Dockerfile.distroless
@@ -7,7 +7,7 @@ ARG EDITION
7
ENV DEBIAN_FRONTEND=noninteractive
8
9
COPY *${TARGETARCH}.deb /
10
-RUN rm -f /*fips*.deb && dpkg -i /tyk-gateway${EDITION}*${TARGETARCH}.deb && rm /*.deb
+RUN rm -f /*fips*.deb && dpkg -i /tyk-gateway${EDITION}_*${TARGETARCH}.deb && rm /*.deb
11
12
FROM gcr.io/distroless/base-debian12:latest
13
0 commit comments