Skip to content

Commit

Permalink
Use Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Dec 8, 2022
1 parent 3981111 commit 57a780b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16 AS builder
FROM golang:1.19 AS builder

WORKDIR /go/src/github.com/whywaita/shoes-lxd-multi/server

Expand All @@ -18,4 +18,4 @@ RUN apk add --no-cache ca-certificates \

COPY --from=builder /go/src/github.com/whywaita/shoes-lxd-multi/server/server /app

CMD ["/app"]
CMD ["/app"]

0 comments on commit 57a780b

Please sign in to comment.