Skip to content

Commit f49f6c6

Browse files
1602077jack munday
andauthored
build(docker): upgrade dockerfile base ubi image to latest (#142)
Co-authored-by: jack munday <[email protected]>
1 parent 8bf95c8 commit f49f6c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployments/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.2-489
1+
FROM registry.access.redhat.com/ubi9/ubi:9.4-947
22

33
ARG TARGETARCH
4-
ARG REL_VERSION=2.11.0
5-
ARG PKG_VERSION=2.11.0-1
4+
ARG REL_VERSION=2.11.3
5+
ARG PKG_VERSION=2.11.3-1
66

77
RUN if [[ "${TARGETARCH}" == "amd64" ]]; then \
88
export FRIENDLY_ARCH_NAME="x86_64" ; \

0 commit comments

Comments
 (0)