This commit is contained in:
renovate[bot] 2024-08-13 23:27:20 +00:00 committed by GitHub
commit a03cc9a6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ COPY frontend/ ./
RUN pnpm build
# backend
FROM golang:1.20-alpine as backend
FROM golang:1.23-alpine as backend
WORKDIR /app
COPY . .
RUN rm -rf frontend