docker updates
ignore build/
This commit is contained in:
parent
7a7c468d51
commit
d8ece9ee40
@ -14,3 +14,4 @@ scripts
|
|||||||
Dockerfile
|
Dockerfile
|
||||||
|
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
build
|
@ -1,9 +1,9 @@
|
|||||||
FROM golang:1.19-alpine as debugger
|
FROM golang:1.21-alpine as debugger
|
||||||
|
|
||||||
# Include dlv
|
# Include dlv
|
||||||
RUN go install github.com/go-delve/delve/cmd/dlv@latest
|
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
|
RUN apk --update --no-cache add gcc musl-dev binutils-gold git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user