This commit is contained in:
Alireza Ahmadi
2025-09-14 23:11:24 +02:00
parent 47ee9b503c
commit 430ade7952
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
1.8.12
1.9.0