Skip to content

Commit 75d4380

Browse files
committed
Fixes
1 parent e1cbaf6 commit 75d4380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile.distroless

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG EDITION
77
ENV DEBIAN_FRONTEND=noninteractive
88

99
COPY *${TARGETARCH}.deb /
10-
RUN rm -f /*fips*.deb && dpkg -i /tyk-gateway${EDITION}*${TARGETARCH}.deb && rm /*.deb
10+
RUN rm -f /*fips*.deb && dpkg -i /tyk-gateway${EDITION}_*${TARGETARCH}.deb && rm /*.deb
1111

1212
FROM gcr.io/distroless/base-debian12:latest
1313

0 commit comments

Comments
 (0)