Skip to content

Commit 36538f3

Browse files
authored
Merge pull request #167 from evanuk/fix/canary-base-image
fix: migrate canary base image from openjdk to amazoncorretto
2 parents 024655f + d165f2e commit 36538f3

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)