From 23ea4708fe2cd85cb255cbb990fc72b3056ef66f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 05:53:50 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.5 (#29) 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 | patch | `1.21.4` -> `1.21.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/PingCAP-QE/ee-apps). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cloudevents-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudevents-server/Dockerfile b/cloudevents-server/Dockerfile index 8d3272c..106da73 100644 --- a/cloudevents-server/Dockerfile +++ b/cloudevents-server/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.4 AS builder +FROM golang:1.21.5 AS builder COPY . /app RUN cd /app && go build -o server