This commit is contained in:
truongpx-Mac 2023-11-23 17:52:25 +07:00
parent ef19d5695a
commit bdfd57175d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18.0 as build
FROM golang:1.19.0 as build
WORKDIR /openim
COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.18.0 as build
FROM golang:1.19.0 as build
WORKDIR /openim
COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.18.0 as build
FROM golang:1.19.0 as build
WORKDIR /openim
COPY . .