Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
471ddae030
Merge d1d70a5ff4 into 0cd9fd70cb 2024-02-07 07:31:06 +00:00
renovate[bot]
d1d70a5ff4
chore(deps): update golang docker tag to v1.22 2024-02-07 07:31:02 +00:00

View File

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