Skip to content

Commit

Permalink
feat: upgrade to a new version of golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktay Alizada authored May 15, 2024
1 parent 032c05b commit f67dd10
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
FROM golang:1.22.3

WORKDIR /app
ADD . .
Expand All @@ -7,4 +7,4 @@ RUN go mod download
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /flight-search
EXPOSE 8080
CMD ["/flight-search"]
CMD ["/flight-search"]

0 comments on commit f67dd10

Please sign in to comment.