mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-09 22:54:24 +00:00
chore(deps): update golang docker tag to v1.23 (#3228)
* chore(deps): update golang docker tag to v1.23 * Update Dockerfile.protos --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dustin Decker <dustin@trufflesec.com>
This commit is contained in:
parent
e5cba6983a
commit
3f4d411083
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# trufflesecurity/protos:1.22
|
||||
# trufflesecurity/protos:1.23
|
||||
|
||||
FROM golang:1.22-bullseye
|
||||
FROM golang:1.23-bullseye
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG TARGETOS
|
||||
|
|
Loading…
Reference in a new issue