Skip to content

Commit

Permalink
chore: update go version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Aug 28, 2024
1 parent 24ad4eb commit 43d44d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS build-stage
FROM golang:1.23 AS build-stage

WORKDIR /build
RUN mkdir /app
Expand Down Expand Up @@ -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"]

0 comments on commit 43d44d5

Please sign in to comment.