From 430ade79523f66149c7901df73c01a781d8afdd0 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sun, 14 Sep 2025 23:11:24 +0200 Subject: [PATCH] v1.9.0 --- Dockerfile | 2 +- config/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb6dd132..0fd7527a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder WORKDIR /app ARG TARGETARCH RUN apk --no-cache --update add build-base gcc wget unzip diff --git a/config/version b/config/version index c15ef4be..abb16582 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.8.12 \ No newline at end of file +1.9.0 \ No newline at end of file