From 489e79138b5050e7d719a1c57610b684ee63d53f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 5 Aug 2024 18:21:16 +0200 Subject: [PATCH] chore(deps): update golang:1.21 docker digest to f2eb989 (#796) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | digest | `b405b62` -> `f2eb989` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/slsa-framework/slsa-verifier). --- cli/experimental/service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/experimental/service/Dockerfile b/cli/experimental/service/Dockerfile index 9636b108..a104968f 100644 --- a/cli/experimental/service/Dockerfile +++ b/cli/experimental/service/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21@sha256:b405b620c7b53ef64695c7da7c8396f411f381c1eb7da6713c585dd7eca1559b AS base +FROM golang:1.21@sha256:f2eb989b0b5579b75652b72ee7b3b04cb1736fc254d7efbf3e492d4c9ea7235a AS base WORKDIR /src ENV CGO_ENABLED=0 COPY . ./