File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874
25
25
26
26
ARG JAVA_PACKAGE=java-17-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/app
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ SPDX-License-Identifier: Apache-2.0
123
123
<dependency >
124
124
<groupId >com.fasterxml.woodstox</groupId >
125
125
<artifactId >woodstox-core</artifactId >
126
- <version >6.4 .0</version >
126
+ <version >6.5 .0</version >
127
127
</dependency >
128
128
129
129
<dependency >
You can’t perform that action at this time.
0 commit comments