diff --git a/Dockerfile b/Dockerfile index f57cd031..3520b6ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && mkdir -p /app/.config -ARG GO_VERSION=1.23.2 +ARG GO_VERSION=1.23.4 RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz \ && tar -C /usr/local -xzf go.tar.gz \ && rm go.tar.gz \