Skip to content

Commit

Permalink
using ubi 8.9 image for rebac dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akoserwal committed Apr 4, 2024
1 parent 8415a0d commit 5a6ad8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 AS builder
FROM registry.access.redhat.com/ubi8/ubi:8.9-1160 AS builder
ARG TARGETARCH
USER root
RUN microdnf install -y tar gzip make which
RUN dnf install -y tar gzip make which

# install platform specific go version
RUN curl -O -J https://dl.google.com/go/go1.22.0.linux-${TARGETARCH}.tar.gz
Expand Down

0 comments on commit 5a6ad8a

Please sign in to comment.