mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-04-19 23:30:12 +08:00
Update Go to 1.21.13
This commit is contained in:
parent
033b668815
commit
9a0c2887ed
@ -1 +1,2 @@
|
||||
golang 1.21.13
|
||||
yarn 1.22.19
|
||||
|
@ -25,7 +25,7 @@ RUN yarn install && yarn build
|
||||
# Building a backend.
|
||||
#
|
||||
|
||||
FROM --platform=linux/amd64 golang:1.21-alpine AS backend
|
||||
FROM --platform=linux/amd64 golang:1.21.13-alpine AS backend
|
||||
|
||||
# Move to a working directory (/build).
|
||||
WORKDIR /build
|
||||
|
Loading…
x
Reference in New Issue
Block a user