feat(backend): use go 1.23 in Docker image
This commit is contained in:
parent
4a9a42bb8c
commit
2b4990da5a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ARCH can be amd64 or arm64
|
||||
ARG ARCH=amd64
|
||||
|
||||
FROM --platform=linux/$ARCH golang:1.21-alpine AS build
|
||||
FROM --platform=linux/$ARCH golang:1.23-alpine AS build
|
||||
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community git openssh openssl-dev pkgconf gcc g++ make libc-dev bash librdkafka-dev cyrus-sasl cyrus-sasl-gssapiv2 krb5;
|
||||
WORKDIR /root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue