mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-10-30 18:35:57 +00:00
chore(deps): update golang docker tag to v1.25
This commit is contained in:
parent
0cd9fd70cb
commit
525eebb137
@ -9,7 +9,7 @@ COPY frontend/ ./
|
||||
RUN pnpm build
|
||||
|
||||
# backend
|
||||
FROM golang:1.20-alpine as backend
|
||||
FROM golang:1.25-alpine as backend
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN rm -rf frontend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user