Skip to content

Commit e413655

Browse files
chore(deps): update alpine docker tag to v3.21.3
1 parent 1647219 commit e413655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN sed -i \
8282
RUN CGO_ENABLED=1 GOMAXPROCS=$(nproc) go build -tags musl -o paperless-gpt .
8383

8484
# Stage 3: Create a lightweight image with just the binary
85-
FROM alpine:3.21.2
85+
FROM alpine:3.21.3
8686

8787
ENV GIN_MODE=release
8888

0 commit comments

Comments
 (0)