From ac342b0b1213648996f34ebabac277b576ad425c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 03:05:31 +0000 Subject: [PATCH] Update dependency golang to v1.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b9a876d..1e6d97bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY --from=tsbuild /usr/src/app/node_modules node_modules ARG PYTHON_VERSION=3.12.8 RUN install-tool python ${PYTHON_VERSION} # renovate: datasource=github-releases packageName=containerbase/golang-prebuild depname=golang -ARG GO_VERSION=1.23.5 +ARG GO_VERSION=1.24.0 RUN install-tool golang ${GO_VERSION} RUN install-apt build-essential libffi-dev libmagic1 COPY requirements.txt .