From 46d3e6b26566bddaeab8c5eea8b5f4f111a89b1d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 17 Jan 2025 01:17:11 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3b5485..2ba3350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.4-bullseye@sha256:f2b2023be63d8b3f7d50a6af87e56ba432d361a3d4c389dbe701305c66cbc871 as build +FROM golang:1.23.5-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 as build # renovate: datasource=github-tags depName=strukturag/nextcloud-spreed-signaling versioning=semver ENV SPREED_SIGNALING_VERSION v2.0.1 -- 2.45.2