Skip to content

Commit

Permalink
Update Docker base image to 9.4 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval authored Oct 17, 2024
1 parent be56986 commit 2a415c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS builder
FROM registry.access.redhat.com/ubi9/ubi:9.4 AS builder
ARG VERSION

RUN dnf -y update && \
Expand All @@ -9,7 +9,7 @@ ADD source.tar.gz /source
WORKDIR /source
RUN make VERSION=${VERSION}

FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543
FROM registry.access.redhat.com/ubi9/ubi:9.4
ARG VERSION

LABEL license="ASL2"
Expand Down

0 comments on commit 2a415c4

Please sign in to comment.