chore: update go version in dockerfile

This commit is contained in:
Daniel Schmidt 2024-08-28 19:50:16 +02:00
parent 24ad4eb61a
commit 43d44d5751

View File

@ -1,4 +1,4 @@
FROM golang:1.21 AS build-stage
FROM golang:1.23 AS build-stage
WORKDIR /build
RUN mkdir /app
@ -26,4 +26,4 @@ RUN apt-get install -y libasound2-dev
EXPOSE 8273
EXPOSE 8272
CMD ["/app/end_of_eden"]
CMD ["/app/end_of_eden"]