mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
chore(deps): update alpine docker tag to v3.21.3
This commit is contained in:
parent
1647219fa8
commit
e413655764
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ RUN sed -i \
|
||||||
RUN CGO_ENABLED=1 GOMAXPROCS=$(nproc) go build -tags musl -o paperless-gpt .
|
RUN CGO_ENABLED=1 GOMAXPROCS=$(nproc) go build -tags musl -o paperless-gpt .
|
||||||
|
|
||||||
# Stage 3: Create a lightweight image with just the binary
|
# Stage 3: Create a lightweight image with just the binary
|
||||||
FROM alpine:3.21.2
|
FROM alpine:3.21.3
|
||||||
|
|
||||||
ENV GIN_MODE=release
|
ENV GIN_MODE=release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue