🌱 Bump golang in /cron/internal/webhook

Bumps golang from `25de7b6` to `403f486`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-17 18:35:26 +00:00
parent ab74f25f9c
commit a91a0d8026

View File

@ -13,7 +13,7 @@
# limitations under the License.
# golang:1.19
FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
FROM golang@sha256:403f48633fb5ebd49f9a2b6ad6719f912df23dae44974a0c9445be331e72ff5e AS base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./