Skip to content

Commit

Permalink
Update Dockerfile for Go 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 authored May 12, 2024
1 parent 9110033 commit a8e9ca7
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.5-alpine3.19
FROM golang:1.22.3-alpine3.19

LABEL site="computing-site"
LABEL stage="builder"
Expand Down Expand Up @@ -30,4 +30,4 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="$(cat ./ldflags)" -

EXPOSE 7075

ENTRYPOINT ["/bin/computing"]
ENTRYPOINT ["/bin/computing"]

0 comments on commit a8e9ca7

Please sign in to comment.