mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 05:08:01 -05:00
This reverts commit 0009463b45
.
This commit is contained in:
parent
96459138d1
commit
430da34cf2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG COMMIT=unknown
|
||||||
ARG BUILD_DATE=unknown
|
ARG BUILD_DATE=unknown
|
||||||
|
|
||||||
# Stage 1: Build the Go binary
|
# Stage 1: Build the Go binary
|
||||||
FROM golang:1.23.5-alpine3.21 AS builder
|
FROM golang:1.23.4-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