mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
updated go version
This commit is contained in:
@@ -20,7 +20,7 @@ ADD ui/ .
|
||||
RUN yarn build
|
||||
|
||||
# Build the backend
|
||||
FROM golang:1.18 AS backend
|
||||
FROM golang:1.21 AS backend
|
||||
|
||||
# Install dependencies
|
||||
WORKDIR /src/alice-lg
|
||||
|
Reference in New Issue
Block a user