From 36e6f88f220b29de963e65f995cca4d73617d8d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:54:14 +0200 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.23 (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .woodpecker/test.yml | 4 ++-- Containerfile.multiarch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index ef8eaba..a9ffd2a 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -7,12 +7,12 @@ when: steps: - name: lint - image: docker.io/library/golang:1.22 + image: docker.io/library/golang:1.23 commands: - make lint - name: test - image: docker.io/library/golang:1.22 + image: docker.io/library/golang:1.23 commands: - apt-get update - apt-get install -y --no-install-recommends git git-lfs diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 062158e..e3e33f4 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22@sha256:367bb5295d3103981a86a572651d8297d6973f2ec8b62f716b007860e22cbc25 as build +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd as build ARG TARGETOS ARG TARGETARCH