update: depends and go version

This commit is contained in:
ngn
2024-08-10 00:52:37 +03:00
parent e13e594d10
commit 775d2bc1e8
3 changed files with 32 additions and 31 deletions

View File

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