Skip to content

Commit

Permalink
Merge pull request #1396 from caseydavenport/casey-update-ubi
Browse files Browse the repository at this point in the history
Update to use ubi-minimal:8.6 base image
  • Loading branch information
caseydavenport authored Jul 11, 2022
2 parents 8a9d3b1 + d95311a commit d44cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN wget -P /tmp https://ftp.debian.org/debian/pool/main/r/runit/runit_${RUNIT_V
cd /tmp/admin/runit-${RUNIT_VER}/ && \
package/install

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as ubi
ARG ARCH
ARG GIT_VERSION
ARG IPTABLES_VER
Expand Down

0 comments on commit d44cf93

Please sign in to comment.