update other golang 1.18.3 reference to 1.18.4
This commit is contained in:
@@ -5,7 +5,7 @@ RUN go mod download && go mod verify
|
||||
COPY . .
|
||||
RUN go build -buildvcs=false -v -o /usr/local/bin/ ./...
|
||||
|
||||
FROM golang:1.18.3
|
||||
FROM golang:1.18.4
|
||||
WORKDIR /usr/local/bin
|
||||
COPY --from=builder /usr/local/bin/backend .
|
||||
COPY .env /usr/local/bin
|
||||
|
Reference in New Issue
Block a user