updated Dockerfile to match golang version in the go.mod file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22-bookworm AS builder
|
||||
FROM golang:1.24-bookworm AS builder
|
||||
|
||||
ADD . /root/wingmate
|
||||
WORKDIR /root/wingmate/
|
||||
@@ -17,4 +17,4 @@ ADD --chmod=755 docker/bookworm/entry.sh /usr/local/bin/entry.sh
|
||||
ADD --chmod=755 docker/bookworm/etc /etc
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/entry.sh" ]
|
||||
CMD [ "/usr/local/bin/wingmate" ]
|
||||
CMD [ "/usr/local/bin/wingmate" ]
|
||||
|
||||
Reference in New Issue
Block a user