diff --git a/Dockerfile b/Dockerfile index 3e2b2f274..84348a2ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Linux-Alpine image -FROM amazoncorretto:17.0.11-alpine +FROM amazoncorretto:17.0.12-alpine RUN apk -U upgrade