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,
@@ -82,7 +82,7 @@ RUN echo "$(date '+%Y%m%d')-$(git rev-parse HEAD | cut -c -5)" > target/dockerho
82
82
83
83
84
84
# ##############################################################################
85
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 AS runtime
85
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS runtime
86
86
87
87
# TODO: FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15
88
88
You can’t perform that action at this time.
0 commit comments