Skip to content

Commit f4bdc4b

Browse files
authored
Update Dockerfile.distroless
1 parent f95a8b5 commit f4bdc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile.distroless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1010
COPY ${BUILD_PACKAGE_NAME}_*${TARGETARCH}.deb /
1111
RUN dpkg -i /${BUILD_PACKAGE_NAME}_*${TARGETARCH}.deb && rm /*.deb
1212

13-
FROM gcr.io/distroless/base-debian12:latest
13+
FROM tykio/dhi-debian-base:trixie-debian13-fips
1414

1515
COPY --from=deb /opt/tyk-gateway /opt/tyk-gateway
1616

0 commit comments

Comments
 (0)