We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95a8b5 commit f4bdc4bCopy full SHA for f4bdc4b
ci/Dockerfile.distroless
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
10
COPY ${BUILD_PACKAGE_NAME}_*${TARGETARCH}.deb /
11
RUN dpkg -i /${BUILD_PACKAGE_NAME}_*${TARGETARCH}.deb && rm /*.deb
12
13
-FROM gcr.io/distroless/base-debian12:latest
+FROM tykio/dhi-debian-base:trixie-debian13-fips
14
15
COPY --from=deb /opt/tyk-gateway /opt/tyk-gateway
16
0 commit comments