Skip to content

Commit 6ad9b0b

Browse files
committed
set default base image to 9.6-1747219013
Signed-off-by: hwassman <[email protected]>
1 parent 9cb54a2 commit 6ad9b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_ENV=prod
2-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1745854298
2+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.6-1747219013
33

44
FROM $BASE AS build_prod
55
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt

0 commit comments

Comments
 (0)