Skip to content

Commit

Permalink
ci(baseimage): upgraded base image of generator to latest ubi9 versio…
Browse files Browse the repository at this point in the history
…n to get rid of vulnerabilities of the tools inside
  • Loading branch information
kopernic-pl authored and frantuma committed Feb 19, 2025
1 parent fd6f421 commit cf9f3fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/swagger-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redhat/ubi9-minimal:9.2
FROM redhat/ubi9-minimal:9.5
RUN microdnf -y install shadow-utils
RUN microdnf -y install which
RUN microdnf -y install glibc-langpack-en
Expand Down
10 changes: 5 additions & 5 deletions modules/swagger-generator/Dockerfile_root
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM redhat/ubi9-minimal:9.2
RUN microdnf -y install which
RUN microdnf -y install glibc-langpack-en
RUN microdnf -y install tar
RUN microdnf -y install gzip
FROM redhat/ubi9-minimal:9.5
RUN microdnf -y install which && \
microdnf -y install glibc-langpack-en && \
microdnf -y install tar && \
microdnf -y install gzip
ENV disableOas31Resolve=False
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:17-jre $JAVA_HOME $JAVA_HOME
Expand Down

0 comments on commit cf9f3fa

Please # to comment.