Skip to content

Commit

Permalink
Use microdnf for java and scala QS
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Sep 4, 2024
1 parent f676d49 commit 559615a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions be-java-springboot/files/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true

COPY app.jar app.jar

RUN yum -y update && \
yum clean all
RUN microdnf upgrade -y && \
microdnf clean all

EXPOSE 8080

Expand Down
4 changes: 2 additions & 2 deletions be-scala-play/files/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ WORKDIR /app
COPY lib/* /app/lib/
COPY conf /app/conf/

RUN yum -y update && \
yum clean all
RUN microdnf upgrade -y && \
microdnf clean all

EXPOSE 8080

Expand Down

0 comments on commit 559615a

Please sign in to comment.