Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/maven/quarkus.platform.version…
Browse files Browse the repository at this point in the history
…-2.16.6.Final
  • Loading branch information
pascalwilbrink authored Apr 24, 2023
2 parents 5e30740 + b102842 commit f5dc5a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085.1679482090
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/app
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085.1679482090
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SPDX-License-Identifier: Apache-2.0
<microprofile-openapi-api.version>3.1</microprofile-openapi-api.version>
<powsybl.version>5.1.1</powsybl.version>
<log4j2.version>2.20.0</log4j2.version>
<mapstruct.version>1.5.3.Final</mapstruct.version>
<mapstruct.version>1.5.4.Final</mapstruct.version>
<openpojo.version>0.9.1</openpojo.version>
</properties>

Expand Down

0 comments on commit f5dc5a4

Please sign in to comment.