update: depends and go version

This commit is contained in:
ngn
2024-08-10 00:49:13 +03:00
parent 31cb348a62
commit 258581825d
3 changed files with 38 additions and 42 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21.4
FROM golang:1.22.5
WORKDIR /app
@ -10,6 +10,6 @@ COPY routes ./routes
COPY public ./public
COPY templates ./templates
RUN go build .
RUN go build .
ENTRYPOINT ["/app/website"]