Skip to content

Commit

Permalink
chore(deps): upgrade UBI and golang versions (backport #18) (#19)
Browse files Browse the repository at this point in the history
chore(deps): upgrade UBI and golang versions (#18)

(cherry picked from commit 9c05405)

Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
mergify[bot] and andrewazores authored Jun 10, 2024
1 parent da71979 commit 3543ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG builder_version=8.9
ARG runner_version=8.9
ARG builder_version=8.10
ARG runner_version=8.10
ARG ref=master
ARG goversion=1.22.1
ARG goversion=1.22.4

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

0 comments on commit 3543ec5

Please sign in to comment.