Browse Source

Fix transient jre CVEs (#2480)

Roman Zabaluev 2 years ago
parent
commit
5ac52efb7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kafka-ui-api/Dockerfile

+ 1 - 1
kafka-ui-api/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.16.1
+FROM alpine:3.16.2
 
 RUN apk add --no-cache openjdk13-jre libc6-compat gcompat \
 && addgroup -S kafkaui && adduser -S kafkaui -G kafkaui