Skip to content

Commit

Permalink
update: change image golang:1.20 to golang:1.20-alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarqywok committed Jul 15, 2024
1 parent a8ebadf commit 760af9c
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.20
FROM golang:1.20-alpine3.19

LABEL creator="qywok"

Expand All @@ -9,7 +9,7 @@ RUN go mod download

COPY . .

RUN go build -o main
RUN go build -o main .

EXPOSE 7860

Expand Down

0 comments on commit 760af9c

Please sign in to comment.