update: depends and go version
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21.6
|
||||
FROM golang:1.22.5
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -9,6 +9,6 @@ COPY lib ./lib
|
||||
COPY public ./public
|
||||
COPY templates ./templates
|
||||
|
||||
RUN go build .
|
||||
RUN go build .
|
||||
|
||||
ENTRYPOINT ["/app/tracker"]
|
||||
|
Reference in New Issue
Block a user