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