docker - update

This commit is contained in:
MHSanaei 2023-10-09 22:24:34 +03:30
parent 2a354819c7
commit c9a6e2be86
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_ENABLED=1

View file

@ -1,5 +1,5 @@
---
version: "3.9"
version: "3.8"
services:
3x-ui: