Update Dockerfile (update go base image version)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-27 12:48:53 +03:30 committed by GitHub
parent e012295c17
commit c46c9c00d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# ======================================================== # ========================================================
# Stage: Builder # Stage: Builder
# ======================================================== # ========================================================
FROM golang:1.22-alpine AS builder FROM golang:1.23-alpine AS builder
WORKDIR /app WORKDIR /app
ARG TARGETARCH ARG TARGETARCH