upgrade to go 1.22 and dependencies

This commit is contained in:
Alireza Ahmadi
2024-02-27 21:24:00 +01:00
parent 2cc78da07f
commit 541e54c9a4
4 changed files with 53 additions and 49 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ WORKDIR /app
COPY frontend/ ./
RUN npm install && npm run build
FROM golang:1.21-alpine AS backend-builder
FROM golang:1.22-alpine AS backend-builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"