Skip to content

Commit a8467c0

Browse files
committed
Use latest tag for ubi base image
Signed-off-by: Spolti <[email protected]>
1 parent 8f38c7d commit a8467c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616

1717
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
1818
# 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
8282

8383

8484
###############################################################################
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
8686

8787
# TODO: FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15
8888

0 commit comments

Comments
 (0)