Skip to content

Commit

Permalink
build(deps): update golang version (backport #22) (#26)
Browse files Browse the repository at this point in the history
build(deps): update golang version (#22)

(cherry picked from commit efa9320)

Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
mergify[bot] and andrewazores authored Sep 9, 2024
1 parent 3e59e32 commit e10a68f
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
@@ -1,7 +1,7 @@
ARG builder_version=8.10
ARG runner_version=8.10
ARG ref=master
ARG goversion=1.22.5
ARG goversion=1.22.6

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

0 comments on commit e10a68f

Please sign in to comment.