chore: updated go version in dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# The build stage compiles the binary, and the runtime stage copies
|
# The build stage compiles the binary, and the runtime stage copies
|
||||||
# only the binary and the required configuration.
|
# only the binary and the required configuration.
|
||||||
|
|
||||||
FROM docker.iranserver.com/golang:1.21-alpine AS builder
|
FROM docker.iranserver.com/golang:1.26-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/ \
|
RUN /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user