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 3a8e1cc commit d1a243c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-tools/packaging/templates/ironbank/filebeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
################################################################################
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 d1a243c

Please sign in to comment.