Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored Oct 9, 2023
1 parent 88e45fb commit da4d429
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-tools/packaging/templates/ironbank/packetbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
<<<<<<< HEAD
ARG BASE_TAG=8.7
=======
ARG BASE_TAG=9.2
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))


FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder

Expand Down

0 comments on commit da4d429

Please sign in to comment.