We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8c284 commit 23e2bf5Copy full SHA for 23e2bf5
1 file changed
Dockerfile
@@ -3,6 +3,8 @@
3
######################
4
FROM maven:3.9.11-eclipse-temurin-21
5
6
+RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
7
+
8
WORKDIR /app
9
10
COPY ./pom.xml ./pom.xml
0 commit comments