docker updates

ignore build/
This commit is contained in:
Roy Crihfield 2024-04-17 19:33:39 +08:00
parent 7a7c468d51
commit d8ece9ee40
2 changed files with 4 additions and 3 deletions

View File

@ -13,4 +13,5 @@ test
scripts
Dockerfile
**/node_modules
**/node_modules
build

View File

@ -1,9 +1,9 @@
FROM golang:1.19-alpine as debugger
FROM golang:1.21-alpine as debugger
# Include dlv
RUN go install github.com/go-delve/delve/cmd/dlv@latest
FROM golang:1.19-alpine as builder
FROM golang:1.21-alpine as builder
RUN apk --update --no-cache add gcc musl-dev binutils-gold git