From 9d7646a7af3037b396a7df60923baab6805c893b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 15 Aug 2023 00:34:48 +0200 Subject: [PATCH] chore(deps): update golang docker tag to v1.21 (#687) 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 | minor | `1.19` -> `1.21` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/slsa-framework/slsa-verifier). Signed-off-by: Mend Renovate --- 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 c6526c8..bfa2c38 100644 --- a/cli/experimental/service/Dockerfile +++ b/cli/experimental/service/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19@sha256:83f9f840072d05ad4d90ce4ac7cb2427632d6b89d5ffc558f18f9577ec8188c0 AS base +FROM golang:1.21@sha256:ec457a2fcd235259273428a24e09900c496d0c52207266f96a330062a01e3622 AS base WORKDIR /src ENV CGO_ENABLED=0 COPY . ./