Skip to content

Commit

Permalink
chore(deps): update registry.suse.com/bci/golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2024
1 parent 10108a7 commit b9002bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.22
FROM registry.suse.com/bci/golang:1.23

ARG DAPPER_HOST_ARCH
ARG http_proxy
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: build binary from go source code
FROM registry.suse.com/bci/golang:1.22 AS gobuilder
FROM registry.suse.com/bci/golang:1.23 AS gobuilder

ARG ARCH=amd64

Expand Down

0 comments on commit b9002bd

Please sign in to comment.