From e827a7678c4309bae8279b0cf42ed019d7b3dae7 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 6 Sep 2024 00:16:42 +0000 Subject: [PATCH] Update golang Docker tag to v1.22.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7222101..c55655f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6-bullseye@sha256:3bc1984c6725fdc2ac075004a2aa52131cccc95d2d69fd7b934d343b669e0aa7 as build +FROM golang:1.22.7-bullseye@sha256:66605694410becfd7106532b6b7a17a51aa598fb7fbb021fe36ab5c75dacbd4e as build # renovate: datasource=github-tags depName=strukturag/nextcloud-spreed-signaling versioning=semver ENV SPREED_SIGNALING_VERSION v1.3.2 -- 2.45.2