Skip to content

Commit

Permalink
Update go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kioubit committed Oct 18, 2024
1 parent a0970a1 commit cb1044f
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.22.5-bookworm AS build
FROM golang:1.23.2-bookworm AS build

WORKDIR /go/src/project/
COPY . /go/src/project/
Expand All @@ -12,4 +12,4 @@ COPY --from=build /go/src/project/bin/FlapAlerted /bin/FlapAlerted
EXPOSE 1790:1790
EXPOSE 8699:8699
LABEL description="FlapAlerted"
ENTRYPOINT ["/bin/FlapAlerted"]
ENTRYPOINT ["/bin/FlapAlerted"]

0 comments on commit cb1044f

Please sign in to comment.