Skip to content

Commit d165f2e

Browse files
author
Sam Evanuk
committed
fix: migrate canary base image from openjdk to amazoncorretto
openjdk:11-jdk-slim was deprecated by Docker Hub in 2022 and is based on Debian Buster (EOL), resulting in critical unpatched CVEs. Migrate to amazoncorretto:11 which is actively maintained by Amazon and receives regular security patches.
1 parent 024655f commit d165f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

canarytests/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11-jdk-slim
1+
FROM amazoncorretto:11
22
RUN mkdir /app
33
COPY build/libs/*.jar /app/agent.jar
44
ENV JAVA_OPTS=""

0 commit comments

Comments
 (0)