mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 12:58:02 -05:00
chore(deps): update golang docker tag to v1.24.1 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3bb1415b25
commit
a5a5afe276
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ COPY web-app /app/
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Stage 2: Build the Go binary
|
# Stage 2: Build the Go binary
|
||||||
FROM golang:1.24.0-alpine3.21 AS builder
|
FROM golang:1.24.1-alpine3.21 AS builder
|
||||||
|
|
||||||
# Set the working directory inside the container
|
# Set the working directory inside the container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue