This commit is contained in:
parent
b9e0f1e9d4
commit
f1d683e7cd
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ RUN CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath -o build/goscan
|
|||
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk --no-cache update && apk --no-cache upgrade && apk add curl
|
||||
|
||||
COPY --from=builder /usr/local/go /usr/local/go
|
||||
COPY --from=builder /app/build/goscan /goscan
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue