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] authored Aug 26, 2024
1 parent e8d65c0 commit 503ad72
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
ENV ARCH=${DAPPER_HOST_ARCH}
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.9.0

FROM registry.suse.com/bci/golang:1.22 AS builder
FROM registry.suse.com/bci/golang:1.23 AS builder

ARG ARCH=amd64

Expand Down

0 comments on commit 503ad72

Please sign in to comment.