feat(Dockerfile): pin image versions
This commit is contained in:
parent
a28e089425
commit
ea40aca361
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang AS builder
|
||||
FROM golang:1.23.5 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
ADD . .
|
||||
|
@ -6,7 +6,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w"
|
|||
|
||||
# --
|
||||
|
||||
FROM busybox
|
||||
FROM busybox:1.37.0
|
||||
|
||||
COPY --from=builder /app/webhook-rfc2136 /server
|
||||
CMD /server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue