go 1.23 + update packages

This commit is contained in:
Alireza Ahmadi
2024-09-01 11:37:55 +02:00
parent a84c055fd8
commit 509fff0592
5 changed files with 53 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
WORKDIR /app
ARG TARGETARCH
RUN apk --no-cache --update add build-base gcc wget unzip