Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f289aaf

Browse files
authoredJan 13, 2025
Update the Dockerfile to align with go.mod
1 parent 10f293f commit f289aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine3.16
1+
FROM golang:1.23-alpine
22

33
RUN apk add build-base
44
RUN apk add libpcap-dev
@@ -12,4 +12,4 @@ COPY static ./static/
1212
RUN go mod download
1313
RUN go build -o ./out/app *.go
1414

15-
CMD [ "./out/app" ]
15+
CMD [ "./out/app" ]

0 commit comments

Comments
 (0)
Please sign in to comment.