Skip to content

Commit

Permalink
Update build image to ubi9 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
joselsegura authored Feb 21, 2024
1 parent 09bc21b commit 4c092c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.redhat.io/rhel8/go-toolset:1.18.9 AS builder
FROM registry.redhat.io/ubi9/go-toolset:1.18.10 AS builder

COPY . .

Expand Down

0 comments on commit 4c092c8

Please sign in to comment.