Skip to content

Commit

Permalink
build(oci): update UBI and Golang versions (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Elliott Baron <ebaron@redhat.com>
  • Loading branch information
ebaron authored May 31, 2024
1 parent a850146 commit 95975a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG builder_version=8.9
ARG runner_version=8.9
ARG goversion=go1.22.1
ARG builder_version=8.10
ARG runner_version=8.10
ARG goversion=go1.22.3

FROM registry.access.redhat.com/ubi8/ubi:$builder_version AS builder
ARG goversion
Expand Down

0 comments on commit 95975a2

Please sign in to comment.