File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as build_base
15
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as build_base
16
16
17
17
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
18
18
# don't provide "default" values (e.g. 'ARG TARGETARCH=amd64') for non-buildx environments,
@@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/root/.m2 \
76
76
77
77
78
78
# ##############################################################################
79
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 AS runtime
79
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS runtime
80
80
81
81
# TODO: FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15
82
82
You can’t perform that action at this time.
0 commit comments