update other golang 1.18.3 reference to 1.18.4

This commit is contained in:
Chris Cromer 2022-07-22 22:34:09 -04:00
parent 3f03808002
commit 84442e791a
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -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