Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/swagger-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redhat/ubi10-minimal:10.1
FROM redhat/ubi10-minimal:10.2
RUN microdnf -y update && \
microdnf -y install \
glibc-langpack-en \
Expand Down Expand Up @@ -45,4 +45,3 @@ RUN groupadd --gid 2000 codegengroup && \

USER codegenuser
CMD ["./start"]

5 changes: 3 additions & 2 deletions modules/swagger-generator/Dockerfile_root
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM redhat/ubi9-minimal:9.7
RUN microdnf -y install \
FROM redhat/ubi10-minimal:10.2
RUN microdnf -y update && \
microdnf -y install \
glibc-langpack-en \
gzip \
tar \
Expand Down
Loading