updated Dockerfile to match golang version in the go.mod file.

This commit is contained in:
2025-05-25 13:29:03 +10:00
parent 61d735bbad
commit 2474d3cddf
2 changed files with 5 additions and 5 deletions

View File

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