mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-14 07:12:18 +00:00
Update dependency golang to v1.18.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.17.4-alpine3.15 as build
|
FROM golang:1.18.1-alpine3.15 as build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go get -d -v .
|
RUN go get -d -v .
|
||||||
|
|||||||
Reference in New Issue
Block a user