Skip to content

Commit

Permalink
fix: hadolint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Yagci <[email protected]>
  • Loading branch information
kaanyagci committed Sep 6, 2023
1 parent d5fa117 commit bd29514
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/ca-cert-injector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ubuntu:latest
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates openssl && && rm -rf /var/lib/apt/lists/*

RUN apt-get update && apt-get install -y ca-certificates openssl

0 comments on commit bd29514

Please sign in to comment.