deps: update golang:1.20.3 Docker digest to 89924bd (#1636)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-12 14:35:57 +02:00 committed by GitHub
parent 6ba294e175
commit 60bacaa587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20.3@sha256:23050c2510e0a920d66b48afdc40043bcfe2e25d044a2d7b33475632d83ab6c7 as builder
FROM golang:1.20.3@sha256:89924bd0abc1001141e0415648d90914ebc9a9d60d4cbbc696ee53f1d1a9a136 as builder
# Download project root dependencies
WORKDIR /workspace

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.3@sha256:23050c2510e0a920d66b48afdc40043bcfe2e25d044a2d7b33475632d83ab6c7 as builder
FROM golang:1.20.3@sha256:89924bd0abc1001141e0415648d90914ebc9a9d60d4cbbc696ee53f1d1a9a136 as builder
# Download project root dependencies
WORKDIR /workspace