mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
chore(deps): update golang docker tag to v1.23
This commit is contained in:
parent
7568074a73
commit
51d746f6b2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Build the Go binary
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue