File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Deprecated
13
13
### Security
14
14
15
+ ## [ 1.2.11]
16
+ ### Fixed
17
+ - Fixed FROM URI container image in Dockerfile
18
+ -
15
19
## [ 1.2.10]
16
20
### Changed
17
21
- Upgrade to Quarkus 3.16.4
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >it.dontesta.eventbus</groupId >
6
6
<artifactId >eventbus-logging-filter-jaxrs</artifactId >
7
- <version >1.2.10 </version >
7
+ <version >1.2.11 </version >
8
8
<name >eventbus-logging-filter-jaxrs</name >
9
9
<description >Event Bus Logging Filter JAX-RS</description >
10
10
<url >https://amusarra.github.io/eventbus-logging-filter-jaxrs-docs</url >
Original file line number Diff line number Diff line change 77
77
# accessed directly. (example: "foo.example.com,bar.example.com")
78
78
#
79
79
###
80
- FROM registry.redhat.io /ubi9/openjdk-21:1.21-3
80
+ FROM registry.access. redhat.com /ubi9/openjdk-21:1.21-3
81
81
82
82
ENV LANGUAGE='en_US:en'
83
83
Original file line number Diff line number Diff line change 77
77
# accessed directly. (example: "foo.example.com,bar.example.com")
78
78
#
79
79
###
80
- FROM registry.redhat.io /ubi9/openjdk-21:1.21-3
80
+ FROM registry.access. redhat.com /ubi9/openjdk-21:1.21-3
81
81
82
82
ENV LANGUAGE='en_US:en'
83
83
You can’t perform that action at this time.
0 commit comments